unify readme code blocks

This commit is contained in:
2024-10-11 15:14:30 +02:00
parent 3870e8160d
commit 82a489dcfa

View File

@@ -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
```