From 24e6d6865ac682ad8c0e3737c7be7ac9ae6ea74e Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 23 Jul 2016 12:13:42 +0200 Subject: Change note for stack init --- web/tutorials/01-installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/tutorials') 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 -- cgit v1.2.3