diff options
Diffstat (limited to 'web/tutorials/01-installation.markdown')
-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 1f4fc07..7ff1aea 100644 --- a/web/tutorials/01-installation.markdown +++ b/web/tutorials/01-installation.markdown @@ -28,7 +28,7 @@ Apart from the main Hakyll library, the cabal package also provides you with an executable `hakyll-init` to create an example site. This is an easy way to get started: - $ hakyll-init my-site + $ stack exec hakyll-init my-site This creates a folder `my-site` in the current directory, with some example content and a generic configuration. |