aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2025-02-23 18:37:01 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2025-02-23 21:38:34 +0100
commit80367f944847fdf269fffe1eaf0722eb991ba160 (patch)
tree6c26e19ecc9b0aa7d2a68d68eb95234f53176032
parent9b7110564a67b8132e020ada0899fe2abda3df4a (diff)
update documentation on how to run backend
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f175afa..86f5a61 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ reload
run backend:
```shell
-cabal run backend -- serve --port 8081 ./blog
+acms serve blog
```
open browser at `http://localhost:8080`.