summaryrefslogtreecommitdiff
path: root/web/tutorials
diff options
context:
space:
mode:
authorThomas Koch <thomas@koch.ro>2016-07-23 12:06:42 +0200
committerGitHub <noreply@github.com>2016-07-23 12:06:42 +0200
commit56de1d069d296dd05ef05fe10594aa088c0036c0 (patch)
treecdbb1cf73ce84199e84394a0504bb8dd6e61d657 /web/tutorials
parentccced51cf44f07babc828b38a8859c0b223dbb78 (diff)
downloadhakyll-56de1d069d296dd05ef05fe10594aa088c0036c0.tar.gz
s/--local-bin-path/--local-bin/
output of `stack path --local-bin-path`: ``` Run from outside a project, using implicit global project config Using resolver: lts-6.8 from implicit global project's config file: /home/REDACTED/.stack/global-project/stack.yaml '--local-bin-path' will be removed in a future release. Please use '--local-bin' instead. ```
Diffstat (limited to 'web/tutorials')
-rw-r--r--web/tutorials/01-installation.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown
index a8ffc00..7bbfc54 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -32,7 +32,7 @@ content and a generic configuration.
If `hakyll-init` is not found, you should make sure your stack bin path
(usually `$HOME/.local/bin`) is in your `$PATH`. You can check your stack local
-bin path by running `stack path --local-bin-path`.
+bin path by running `stack path --local-bin`.
The file `site.hs` holds the configuration of your site, as an executable
haskell program. We can compile and run it like this: