Merge pull request #449 from thkoch2001/patch-1

s/--local-bin-path/--local-bin/
This commit is contained in:
Jasper Van der Jeugt 2016-07-23 16:03:36 +02:00 committed by GitHub
commit 363571f267

View file

@ -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: