diff options
-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 20688e8..a82ea1d 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 # To create stack.yaml + $ stack init # creates stack.yaml file based on my-site.cabal $ stack build $ stack exec site build |