aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Kierán Meinhardt <kmein@posteo.de>2024-10-11 15:14:30 +0200
committerLibravatar Kierán Meinhardt <kmein@posteo.de>2024-10-11 15:37:09 +0200
commit82a489dcfa5b6ac165fa01060d78ddb29a243d99 (patch)
tree25eecf3ab7d34172e6567db8befea8033a2f92c8 /README.md
parent3870e8160d871643e93c4147251ff9930cb7c833 (diff)
unify readme code blocks
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 705270d..39732cf 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ an automatically schema-versioned content management system
prepare test data:
-```
+```shell
cp -r samples/blog .
cd blog
git init
@@ -16,14 +16,14 @@ git commit -m 'first commit'
run frontend:
-```console
+```shell
cd frontend
reload
```
run backend:
-```console
+```shell
cd backend
cabal run backend -- serve
```