summaryrefslogtreecommitdiff
path: root/web/tutorials
diff options
context:
space:
mode:
authorChristian Baumhof <christian@asgar.de>2014-01-30 00:53:57 +0100
committerChristian Baumhof <christian@asgar.de>2014-01-30 00:53:57 +0100
commit4b34d16f9f724c9fb49c2367c791bedb977c1c6d (patch)
tree94b855924c507974a8b8c979291d6513a652027f /web/tutorials
parent251c019e9e11e99142109a3235d71cc605a14232 (diff)
downloadhakyll-4b34d16f9f724c9fb49c2367c791bedb977c1c6d.tar.gz
Changed command to watch from deprecated preview
Diffstat (limited to 'web/tutorials')
-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/).