adding better install directions v0.7
authorspf13 <steve.francia@gmail.com>
Thu, 4 Jul 2013 17:03:16 +0000 (13:03 -0400)
committerspf13 <steve.francia@gmail.com>
Thu, 4 Jul 2013 17:03:16 +0000 (13:03 -0400)
README.md
docs/content/doc/installing.md
docs/content/doc/source-directory.md

index 78bcc5a60f1cefd0e160e2dab3c6d602f2bed207..8a50b821fc749e75c49bb85d09c9a01a496da2a0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,6 +28,15 @@ is the most probable location.
 Hugo doesn't have any external dependencies, but can benefit from external
 programs.
 
+## Installing from source
+
+Make sure you have a recent version of go installed. Hugo requires go 1.1+.
+
+    git clone https://github.com/spf13/hugo
+    cd hugo
+    go build -o hugo main.go
+
+
 ## Source Directory Organization
 
 Hugo takes a single directory and uses it as the input for creating a complete website.
index aa061ffdf83b490186b12189de34320bcc75abf2..6d9cda7fa1a57d44a0dc2bb71fee2ac6278830ac 100644 (file)
@@ -16,3 +16,13 @@ is the most probable location.
 
 Hugo doesn't have any external dependencies, but can benefit from external
 programs.
+
+
+## Installing from source
+
+Make sure you have a recent version of go installed. Hugo requires go 1.1+.
+
+    git clone https://github.com/spf13/hugo
+    cd hugo
+    go build -o hugo main.go
+
index 84a3dcc28c8af3af63fcf95c4cab6b28d39a4c6f..326a556c3e8d2882dcde887ff96529d641149335 100644 (file)
@@ -51,4 +51,4 @@ This directory structure tells us a lot about this site:
 2. It will also apply two different indexes to that content, categories and tags.
 3. It will be displaying content in 3 different views, a list, a summary and a full page view.
 
-Included with the repository is an this example site ready to be rendered.
+Included with the repository is this example site ready to be rendered.