summaryrefslogtreecommitdiff
path: root/web/tutorials
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-05-12 10:26:59 -0400
committerJasper Van der Jeugt <m@jaspervdj.be>2016-05-12 10:26:59 -0400
commitf884a60d3061f19f23440b7d467d7299f51e0e14 (patch)
tree07cba242d138f46abb69397b9bbf2aadeab79a57 /web/tutorials
parentc7a1069658852d1b7cecb70edc9c267cb55a6da4 (diff)
downloadhakyll-f884a60d3061f19f23440b7d467d7299f51e0e14.tar.gz
Make a not about stack init in the tutorial
Diffstat (limited to 'web/tutorials')
-rw-r--r--web/tutorials/01-installation.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown
index ce4e30b..a8ffc00 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -38,6 +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 build
$ stack exec site build