summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorHaoZeke <rohit.goswami@aol.com>2019-02-08 04:39:32 +0530
committerJasper Van der Jeugt <jaspervdj@gmail.com>2019-05-09 11:14:47 +0200
commit7783ec77e0e42ef849aaf013c9e568a1b47c33eb (patch)
tree88ed78d5ea0af329c2678b895e7d1d6b12841bb6 /web
parent1b9c8886a03ec03689c8b83d5c9cf8a2a679a68e (diff)
downloadhakyll-7783ec77e0e42ef849aaf013c9e568a1b47c33eb.tar.gz
docs: Update tutorial for consistent stack use
Diffstat (limited to 'web')
-rw-r--r--web/tutorials/01-installation.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown
index 1f4fc07..7ff1aea 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -28,7 +28,7 @@ Apart from the main Hakyll library, the cabal package also provides you with an
executable `hakyll-init` to create an example site. This is an easy way to get
started:
- $ hakyll-init my-site
+ $ stack exec hakyll-init my-site
This creates a folder `my-site` in the current directory, with some example
content and a generic configuration.