quickstart docs - fix flag needs arg error
authorJaved Khan <javed@agiliq.com>
Sat, 23 Nov 2013 15:36:33 +0000 (21:06 +0530)
committerNoah Campbell <noahcampbell@gmail.com>
Sat, 23 Nov 2013 16:47:25 +0000 (08:47 -0800)
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
docs/content/overview/quickstart.md

index e60fddf908e30ae75cf64d441885b3e37d848f34..9e82e576738d4bfe3dee62fca5f6163c51760732 100644 (file)
@@ -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