ref: 38131837ba24491a3b70a2f35c19cd08d49223fd
parent: d5c58b457f20bc3df8d35c9ed0ce2512de06eaff
author: Alex Dunn <[email protected]>
date: Wed Mar 5 13:31:37 EST 2014
clearer pseudo command in quickstart doc - 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
--- a/docs/content/overview/quickstart.md
+++ b/docs/content/overview/quickstart.md
@@ -17,7 +17,7 @@
## 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 @@
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 @@
* 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/)
-