summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2021-04-06 13:21:13 +0200
committerStefan Kreutz <mail@skreutz.com>2021-04-06 13:21:13 +0200
commitb3034041a1bbfe9629588403ef576190d28cf696 (patch)
tree2893021c6d4713d4ac10b8fca3aa3a9e672bdf99 /README.md
parent67d1972f335a032eb0edbcc5bc71f91b5311cafa (diff)
downloadblog-b3034041a1bbfe9629588403ef576190d28cf696.tar
Update dependencies
Update to Stackage LTS release 17.2 for ghc-8.10.3 using the following command: curl --output cabal.project.freeze \ https://www.stackage.org/lts-17.2/cabal.config
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22cee81..b240eac 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,17 @@ This is the source code of my personal website: https://www.skreutz.com/.
## Usage
+Build the static website generator. Note that ghc needs more than 4GB of memory
+to build pandoc:
+
+ $ cabal v2-clean
+ $ cabal v2-update
+ $ ulimit -d $((8*1024*1024))
+ $ cabal v2-build
+
Print the help text of the custom static website generator:
- $ cabal v2-run exe:site -- -h
+ $ cabal v2-run exe:site -- --help
Serve a preview of the website at http://localhost:8080/:
Generated by cgit. See skreutz.com for my tech blog and contact information.