shithub: hugo

Download patch

ref: 4e0208d448a8793766d8835d6fd2228ddf822273
parent: c38d694f563ac2047824bb43befa2876879756d7
author: Marc Liyanage <[email protected]>
date: Mon May 5 19:51:16 EDT 2014

Doc fix: replace "hugolibs" with "hugo" in "contributing" page, fixes #271.

--- a/docs/content/community/contributing.md
+++ b/docs/content/community/contributing.md
@@ -49,7 +49,7 @@
 ## Running Hugo
 
     cd /path/to/hugo
-    go install github.com/spf13/hugo/hugolibs
+    go install github.com/spf13/hugo/hugo
     go run main.go
 
 ## Building Hugo