diff options
author | Alexander Batischev <eual.jp@gmail.com> | 2021-05-29 23:11:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-29 23:11:05 +0300 |
commit | ef1e9b475cfd4886a01b0f26b9c4b30533fa7939 (patch) | |
tree | 11af79f1c3cbc481050a2d0fd1da22e94e0199f5 /web | |
parent | 8980133284d7d5f0d7cd71580796150c74b22f2d (diff) | |
download | hakyll-ef1e9b475cfd4886a01b0f26b9c4b30533fa7939.tar.gz |
Fix binary's name in the first tutorial (#849)
Fixes #847.
Diffstat (limited to 'web')
-rw-r--r-- | web/tutorials/01-installation.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown index c41d9a6..fb19026 100644 --- a/web/tutorials/01-installation.markdown +++ b/web/tutorials/01-installation.markdown @@ -51,11 +51,11 @@ use `cabal new-run site [command]`. You can build the site using: - my-site build + site build And preview (and build) it using: - my-site watch + site watch Using stack =========== |