summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2481d1a..22cee81 100644
--- a/README.md
+++ b/README.md
@@ -6,16 +6,16 @@ This is the source code of my personal website: https://www.skreutz.com/.
Print the help text of the custom static website generator:
- $ stack run -- -h
+ $ cabal v2-run exe:site -- -h
Serve a preview of the website at http://localhost:8080/:
- $ stack run -- clean
- $ stack run -- watch
+ $ cabal v2-run exe:site -- clean
+ $ cabal v2-run exe:site -- watch
Deploy the website:
- $ stack run -- deploy
+ $ cabal v2-run exe:site -- deploy
## Credits
Generated by cgit. See skreutz.com for my tech blog and contact information.