From 7783ec77e0e42ef849aaf013c9e568a1b47c33eb Mon Sep 17 00:00:00 2001 From: HaoZeke Date: Fri, 8 Feb 2019 04:39:32 +0530 Subject: docs: Update tutorial for consistent stack use --- web/tutorials/01-installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') 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. -- cgit v1.2.3