From 8f14fee2995380e3519dd2b3badd19cbf0c73ffd Mon Sep 17 00:00:00 2001 From: spf13 Date: Thu, 4 Jul 2013 13:03:16 -0400 Subject: [PATCH] adding better install directions --- content/doc/installing.md | 10 ++++++++++ content/doc/source-directory.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/content/doc/installing.md b/content/doc/installing.md index aa061ffdf..6d9cda7fa 100644 --- a/content/doc/installing.md +++ b/content/doc/installing.md @@ -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 + diff --git a/content/doc/source-directory.md b/content/doc/source-directory.md index 84a3dcc28..326a556c3 100644 --- a/content/doc/source-directory.md +++ b/content/doc/source-directory.md @@ -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.