summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2021-05-29 23:11:05 +0300
committerGitHub <noreply@github.com>2021-05-29 23:11:05 +0300
commitef1e9b475cfd4886a01b0f26b9c4b30533fa7939 (patch)
tree11af79f1c3cbc481050a2d0fd1da22e94e0199f5
parent8980133284d7d5f0d7cd71580796150c74b22f2d (diff)
downloadhakyll-ef1e9b475cfd4886a01b0f26b9c4b30533fa7939.tar.gz
Fix binary's name in the first tutorial (#849)
Fixes #847.
-rw-r--r--web/tutorials/01-installation.markdown4
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
===========