diff options
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/). |