diff options
author | Kierán Meinhardt <kmein@posteo.de> | 2024-10-11 15:14:30 +0200 |
---|---|---|
committer | Kierán Meinhardt <kmein@posteo.de> | 2024-10-11 15:37:09 +0200 |
commit | 82a489dcfa5b6ac165fa01060d78ddb29a243d99 (patch) | |
tree | 25eecf3ab7d34172e6567db8befea8033a2f92c8 | |
parent | 3870e8160d871643e93c4147251ff9930cb7c833 (diff) |
unify readme code blocks
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ``` |