diff options
author | Stefan Kreutz <mail@skreutz.com> | 2021-05-13 20:54:56 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2021-05-14 11:47:03 +0200 |
commit | 222f1706ed3c24033e0ab2f5a01ffdfc74d113db (patch) | |
tree | acc762c154e1b5b5bc28fc64cfd54182d98f7edb /README.md | |
parent | b3034041a1bbfe9629588403ef576190d28cf696 (diff) | |
download | blog-222f1706ed3c24033e0ab2f5a01ffdfc74d113db.tar |
Update about page
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ to build pandoc: $ cabal v2-clean $ cabal v2-update - $ ulimit -d $((8*1024*1024)) + $ ulimit -Sd $((8*1024*1024)) $ cabal v2-build Print the help text of the custom static website generator: |