summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2014-01-30 01:00:08 -0800
committerJasper Van der Jeugt <jaspervdj@gmail.com>2014-01-30 01:00:08 -0800
commit5ab965571421d791d5f0290c374db7e4432532d0 (patch)
tree94b855924c507974a8b8c979291d6513a652027f
parent251c019e9e11e99142109a3235d71cc605a14232 (diff)
parent4b34d16f9f724c9fb49c2367c791bedb977c1c6d (diff)
downloadhakyll-5ab965571421d791d5f0290c374db7e4432532d0.tar.gz
Merge pull request #217 from cbcb/master
Changed command to watch from deprecated preview
-rw-r--r--web/tutorials/01-installation.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown
index fcf9055..c02a86e 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -55,7 +55,7 @@ haskell program. We can compile and run it like this:
If you installed `hakyll` with a preview server (this is the default), you can
now use
- $ ./site preview
+ $ ./site watch
and have a look at your site at
[http://localhost:8000/](http://localhost:8000/).