Skip to content

Commit

Permalink
adding better install directions
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Jul 4, 2013
1 parent d116255 commit 3ec920a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 10 additions & 0 deletions docs/content/doc/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion docs/content/doc/source-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3ec920a

Please sign in to comment.