summaryrefslogtreecommitdiff
path: root/web/tutorials
diff options
context:
space:
mode:
authorChristopher Young <chris@chrisyoung.net>2013-04-29 09:15:41 -0400
committerChristopher Young <chris@chrisyoung.net>2013-04-29 09:15:41 -0400
commitfe88175e40daf7e7ce530fb78a2919a93e540c7d (patch)
treec6c6e34ca309c74eeb9c5860f7d5f78a60bc251d /web/tutorials
parent2ebe47eaf602c8275b6a1ba58adc082cbe6c127c (diff)
downloadhakyll-fe88175e40daf7e7ce530fb78a2919a93e540c7d.tar.gz
Tweak PATH documentation
Diffstat (limited to 'web/tutorials')
-rw-r--r--web/tutorials/01-installation.markdown10
1 files changed, 6 insertions, 4 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown
index 4f3fb33..fcf9055 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -36,10 +36,12 @@ This creates a folder `my-site` in the current directory, with some example
content and a generic configuration.
If `hakyll-init` is not found, you should make sure `$HOME/.cabal/bin` is in
-your `$PATH`. (If you're on OS X, you may not have a bin directory in
-`$HOME/.cabal`. In this case, check `$HOME/Library/Haskell/bin` and put it on
-your path if you find `hakyll-init` there. See [here] for more information on
-installation paths on OS X.)
+your `$PATH`.
+
+(If you're on OS X you may not have a bin directory in `$HOME/.cabal`. In this
+case, check `$HOME/Library/Haskell/bin` and put it on your path if you find
+`hakyll-init` there. See [here] for more information on installation paths on
+OS X.)
[here]: http://www.haskell.org/haskellwiki/Mac_OS_X_Common_Installation_Paths