clearer pseudo command in quickstart doc
authorAlex Dunn <dunn.alex@gmail.com>
Thu, 6 Mar 2014 02:31:37 +0000 (18:31 -0800)
committerspf13 <steve.francia@gmail.com>
Thu, 13 Mar 2014 10:59:36 +0000 (11:59 +0100)
- previously it was ambiguous between the actual Step 1 and the "step 1" of the steps *within* Step 2 ("Clone into the hugo repository")

- also fixed a typo I guess

docs/content/overview/quickstart.md

index 9e82e576738d4bfe3dee62fca5f6163c51760732..c221665d5a4fb78d36996ce7c94613633b0bdd70 100644 (file)
@@ -17,7 +17,7 @@ More complete instructions are available at [installing hugo](/overview/installi
 
 ## Step 2. Build the Docs
 
-Hugo has it's own example site which happens to also be the documentation site 
+Hugo has its own example site which happens to also be the documentation site
 you are reading right now.
 
 Follow the following steps:
@@ -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/where/you/installed/hugo server --source=./docs
     > 29 pages created
     > 0 tags index created
     > in 27 ms
@@ -88,4 +88,3 @@ Things to try:
  * Define your own field in [front matter](/content/front-matter/)
  * Display that [field in the template](/layout/variables/)
  * Create a [new content type](/content/types/)
-