diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2014-01-30 01:00:08 -0800 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2014-01-30 01:00:08 -0800 |
commit | 5ab965571421d791d5f0290c374db7e4432532d0 (patch) | |
tree | 94b855924c507974a8b8c979291d6513a652027f /web/tutorials | |
parent | 251c019e9e11e99142109a3235d71cc605a14232 (diff) | |
parent | 4b34d16f9f724c9fb49c2367c791bedb977c1c6d (diff) | |
download | hakyll-5ab965571421d791d5f0290c374db7e4432532d0.tar.gz |
Merge pull request #217 from cbcb/master
Changed command to watch from deprecated preview
Diffstat (limited to 'web/tutorials')
-rw-r--r-- | web/tutorials/01-installation.markdown | 2 |
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/). |