diff options
-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 |