Merge branch 'master' of github.com:spf13/hugo
authorspf13 <steve.francia@gmail.com>
Wed, 24 Jul 2013 15:27:48 +0000 (11:27 -0400)
committerspf13 <steve.francia@gmail.com>
Wed, 24 Jul 2013 15:27:48 +0000 (11:27 -0400)
1  2 
README.md

diff --cc README.md
index 3df6a5d65af5ee1c6baf373d429b133d32d514f9,38d57bcb0f787393ccea64f69425273e6dbd99f9..8e4085d3a4c3666d66b822ac3d5fd680f4de713b
+++ b/README.md
@@@ -59,13 -48,7 +59,12 @@@ Pre-requisites
      git clone https://github.com/spf13/hugo
      cd hugo
      go get
-     go build -o hugo main.go
  
 +### Install directly from Github:
 +
 +    go get github.com/spf13/hugo
 +    go build -o hugo main.go
 +
  ### Running Hugo
  
      cd hugo