summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2021-01-10 01:29:27 +0100
committerStefan Kreutz <mail@skreutz.com>2021-01-10 01:34:13 +0100
commit52c8a0966bc32f6256f092a54a7e9965ea95f996 (patch)
treeabec276f16a4f39279a3f09fa5f97a75bd6780be /README.md
parent2d9cbdd20fbf874f950dab167c18088f3fa638fb (diff)
downloadblog-52c8a0966bc32f6256f092a54a7e9965ea95f996.tar
Build with cabal
Change setup to build site with cabal version 2.4 and ghc version 8.6.4 on OpenBSD 6.8.
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.