From f884a60d3061f19f23440b7d467d7299f51e0e14 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 12 May 2016 10:26:59 -0400 Subject: Make a not about stack init in the tutorial --- web/tutorials/01-installation.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'web/tutorials') 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 -- cgit v1.2.3