summaryrefslogtreecommitdiff
path: root/web/tutorials
diff options
context:
space:
mode:
authorChristopher Young <chris@chrisyoung.net>2013-04-29 09:03:57 -0400
committerChristopher Young <chris@chrisyoung.net>2013-04-29 09:03:57 -0400
commit7ecd85dc484e82f64ad27e9114d735369be7d57e (patch)
tree6af3aa495c2f390033f7bc86306c65eb1e730399 /web/tutorials
parent8bbb8d4221aa6b931bc19defeaefb2fb6d7c8e2b (diff)
downloadhakyll-7ecd85dc484e82f64ad27e9114d735369be7d57e.tar.gz
Change tense of verb in documentation
Diffstat (limited to 'web/tutorials')
-rw-r--r--web/tutorials/01-installation.markdown10
1 files changed, 7 insertions, 3 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown
index 2066886..55e025a 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -26,15 +26,19 @@ Linux distro packages:
Building the example site
-------------------------
-Apart from the main Hakyll library, the cabal package also provided you with an
+Apart from the main Hakyll library, the cabal package also provides you with an
executable `hakyll-init` to create an example site. This is an easy way to get
started:
$ hakyll-init my-site
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`.
+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.)
The file `site.hs` holds the configuration of your site, as an executable
haskell program. We can compile and run it like this: