summaryrefslogtreecommitdiff
path: root/web/tutorials
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-02-10 11:05:37 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2013-02-10 11:05:37 +0100
commit52802ed57f1ee20aed0a17e84b077f04de413eea (patch)
treea2b0fb1b0a1a757b5c12041df6bad5aef846f137 /web/tutorials
parentea953d3415232ba53aadc061e9005dbe74e3b012 (diff)
downloadhakyll-52802ed57f1ee20aed0a17e84b077f04de413eea.tar.gz
Note that hakyll-init creates a new dir
Diffstat (limited to 'web/tutorials')
-rw-r--r--web/tutorials/01-installation.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown
index 1a48013..2066886 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -32,8 +32,9 @@ started:
$ hakyll-init my-site
-If `hakyll-init` is not found, you should make sure `$HOME/.cabal/bin` is in
-your `$PATH`.
+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`.
The file `site.hs` holds the configuration of your site, as an executable
haskell program. We can compile and run it like this: