From 7ecd85dc484e82f64ad27e9114d735369be7d57e Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Mon, 29 Apr 2013 09:03:57 -0400 Subject: Change tense of verb in documentation --- web/tutorials/01-installation.markdown | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'web') 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: -- cgit v1.2.3 From 2ebe47eaf602c8275b6a1ba58adc082cbe6c127c Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Mon, 29 Apr 2013 09:07:59 -0400 Subject: Add a link for more help regarding common installation paths for Haskell --- web/tutorials/01-installation.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'web') 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: -- cgit v1.2.3 From fe88175e40daf7e7ce530fb78a2919a93e540c7d Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Mon, 29 Apr 2013 09:15:41 -0400 Subject: Tweak PATH documentation --- web/tutorials/01-installation.markdown | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'web') 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 -- cgit v1.2.3