adding better install directions

This commit is contained in:
spf13
2013-07-04 13:03:16 -04:00
parent d1162555ab
commit 3ec920ac0f
3 changed files with 20 additions and 1 deletions

View File

@@ -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.