diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2016-07-23 16:03:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-23 16:03:36 +0200 |
commit | 363571f2677809973a8a48eafa37232126c78507 (patch) | |
tree | 5a5018661f0356bff2dc97c8507dd51e3a9f1fb9 | |
parent | a38bb3c72c35e302d590695c2c3ece6a023beb38 (diff) | |
parent | 56de1d069d296dd05ef05fe10594aa088c0036c0 (diff) | |
download | hakyll-363571f2677809973a8a48eafa37232126c78507.tar.gz |
Merge pull request #449 from thkoch2001/patch-1
s/--local-bin-path/--local-bin/
-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 a82ea1d..b8dff9b 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: |