From: Javed Khan Date: Sat, 23 Nov 2013 15:36:33 +0000 (+0530) Subject: quickstart docs - fix flag needs arg error X-Git-Tag: v0.10~106 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b351731f;p=brevno-suite%2Fhugo quickstart docs - fix flag needs arg error Signed-off-by: Noah Campbell --- diff --git a/docs/content/overview/quickstart.md b/docs/content/overview/quickstart.md index e60fddf9..9e82e576 100644 --- a/docs/content/overview/quickstart.md +++ b/docs/content/overview/quickstart.md @@ -31,7 +31,7 @@ Corresponding pseudo commands: git clone https://github.com/spf13/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 > 0 tags index created > 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. - /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 > 0 tags index created > in 27 ms