aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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
```