From 4e0208d448a8793766d8835d6fd2228ddf822273 Mon Sep 17 00:00:00 2001 From: Marc Liyanage Date: Mon, 5 May 2014 23:51:16 -0700 Subject: [PATCH] Doc fix: replace "hugolibs" with "hugo" in "contributing" page, fixes #271. --- docs/content/community/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/community/contributing.md b/docs/content/community/contributing.md index 909c4447..c4f5aabd 100644 --- a/docs/content/community/contributing.md +++ b/docs/content/community/contributing.md @@ -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 -- 2.30.2