diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |