aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Kierán Meinhardt <kmein@posteo.de>2024-10-11 16:07:35 +0200
committerLibravatar Kierán Meinhardt <kmein@posteo.de>2024-10-11 16:07:35 +0200
commita17652f133bfdc142d3db9a6b3dc45b3b4630499 (patch)
tree6000684435e3f6418a778a9ed6baf849d90ce6c4 /README.md
parente6023a1137e7d06dc4cd7ae6cccc36d87e10eb3d (diff)
update backend example in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 39732cf..b7539ac 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,7 @@ reload
run backend:
```shell
-cd backend
-cabal run backend -- serve
+cabal run backend -- serve --port 8081 ./blog
```
open browser at `http://localhost:8080`.