ref: b351731f722a4a11ff2a46d18ee2ad2e36d5e127
parent: 860f982cc454a6a5e111eb5b79915cd21f49240e
author: Javed Khan <[email protected]>
date: Sat Nov 23 16:06:33 EST 2013
quickstart docs - fix flag needs arg error Signed-off-by: Noah Campbell <[email protected]>
--- a/docs/content/overview/quickstart.md
+++ b/docs/content/overview/quickstart.md
@@ -31,7 +31,7 @@
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 @@
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