summaryrefslogtreecommitdiff
path: root/web/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'web/tutorials')
-rw-r--r--web/tutorials/01-installation.markdown5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown
index 55e025a..4f3fb33 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -38,7 +38,10 @@ 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.)
+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
The file `site.hs` holds the configuration of your site, as an executable
haskell program. We can compile and run it like this: