summaryrefslogtreecommitdiff
path: root/web/tutorials
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-07-23 12:13:42 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-07-23 12:13:42 +0200
commit24e6d6865ac682ad8c0e3737c7be7ac9ae6ea74e (patch)
tree303118d0c353aef89a3047ab6c8978534b669ffa /web/tutorials
parentccced51cf44f07babc828b38a8859c0b223dbb78 (diff)
downloadhakyll-24e6d6865ac682ad8c0e3737c7be7ac9ae6ea74e.tar.gz
Change note for stack init
Diffstat (limited to 'web/tutorials')
-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 a8ffc00..20688e8 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -38,7 +38,7 @@ The file `site.hs` holds the configuration of your site, as an executable
haskell program. We can compile and run it like this:
$ cd my-site
- $ stack init # Optional, if you haven't used stack before
+ $ stack init # To create stack.yaml
$ stack build
$ stack exec site build