diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-05-12 10:26:59 -0400 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-05-12 10:26:59 -0400 |
commit | f884a60d3061f19f23440b7d467d7299f51e0e14 (patch) | |
tree | 07cba242d138f46abb69397b9bbf2aadeab79a57 /web/tutorials/01-installation.markdown | |
parent | c7a1069658852d1b7cecb70edc9c267cb55a6da4 (diff) | |
download | hakyll-f884a60d3061f19f23440b7d467d7299f51e0e14.tar.gz |
Make a not about stack init in the tutorial
Diffstat (limited to 'web/tutorials/01-installation.markdown')
-rw-r--r-- | web/tutorials/01-installation.markdown | 1 |
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 |