Doc fix: replace "hugolibs" with "hugo" in "contributing" page, fixes #271.
authorMarc Liyanage <reg.github@entropy.ch>
Tue, 6 May 2014 06:51:16 +0000 (23:51 -0700)
committerspf13 <steve.francia@gmail.com>
Fri, 9 May 2014 15:36:16 +0000 (11:36 -0400)
docs/content/community/contributing.md

index 909c4447151499d4f8351429ac17b38a7b4b5cf9..c4f5aabdf83d46f467d67409898425c403f5f0b5 100644 (file)
@@ -49,7 +49,7 @@ of the following paths:
 ## 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