mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-21 07:01:03 +00:00
Merge pull request #12 from imrehg/docfix
Fix example in docs that wouldn't work in practice
This commit is contained in:
commit
c5715e9800
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ immediately, tell Hugo to watch for changes. **It will
|
||||||
recreate the site faster than you can tab over to
|
recreate the site faster than you can tab over to
|
||||||
your browser to view the changes.**
|
your browser to view the changes.**
|
||||||
|
|
||||||
$ hugo --source ~/mysite --watch
|
$ hugo -s ~/mysite --watch
|
||||||
Watching for changes. Press ctrl+c to stop
|
Watching for changes. Press ctrl+c to stop
|
||||||
15 pages created
|
15 pages created
|
||||||
0 tags created
|
0 tags created
|
||||||
|
|
Loading…
Reference in a new issue