mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
quickstart docs - fix flag needs arg error
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
This commit is contained in:
parent
860f982cc4
commit
b351731f72
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ Corresponding pseudo commands:
|
||||||
|
|
||||||
git clone https://github.com/spf13/hugo
|
git clone https://github.com/spf13/hugo
|
||||||
cd hugo
|
cd hugo
|
||||||
/path/to/hugo/from/step/1/hugo server --source ./docs
|
/path/to/hugo/from/step/1/hugo server --source=./docs
|
||||||
> 29 pages created
|
> 29 pages created
|
||||||
> 0 tags index created
|
> 0 tags index created
|
||||||
> in 27 ms
|
> in 27 ms
|
||||||
|
@ -46,7 +46,7 @@ Stop the Hugo process by hitting ctrl+c.
|
||||||
|
|
||||||
Now we are going to run hugo again, but this time with hugo in watch mode.
|
Now we are going to run hugo again, but this time with hugo in watch mode.
|
||||||
|
|
||||||
/path/to/hugo/from/step/1/hugo server --source ./docs --watch
|
/path/to/hugo/from/step/1/hugo server --source=./docs --watch
|
||||||
> 29 pages created
|
> 29 pages created
|
||||||
> 0 tags index created
|
> 0 tags index created
|
||||||
> in 27 ms
|
> in 27 ms
|
||||||
|
|
Loading…
Reference in a new issue