diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,8 @@ to build pandoc: $ cabal v2-clean $ cabal v2-update $ ulimit -Sd $((8*1024*1024)) - $ cabal v2-build + $ cabal v2-build --jobs + $ cabal v2-freeze Print the help text of the custom static website generator: |