diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-07-23 12:13:42 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-07-23 12:13:42 +0200 |
commit | 24e6d6865ac682ad8c0e3737c7be7ac9ae6ea74e (patch) | |
tree | 303118d0c353aef89a3047ab6c8978534b669ffa /web | |
parent | ccced51cf44f07babc828b38a8859c0b223dbb78 (diff) | |
download | hakyll-24e6d6865ac682ad8c0e3737c7be7ac9ae6ea74e.tar.gz |
Change note for stack init
Diffstat (limited to 'web')
-rw-r--r-- | web/tutorials/01-installation.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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 |