From: Stephan Kulla <git.mail@kulla.me> Date: Fri, 12 Aug 2016 14:58:57 +0000 (+0200) Subject: Fix command for getting hugo in CONTRIBUTING.md X-Git-Tag: v0.17~183 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d72c454f;p=brevno-suite%2Fhugo Fix command for getting hugo in CONTRIBUTING.md --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ee5dc96..bfc29360 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,7 +89,7 @@ started: 1. Get the latest Hugo sources: ``` - go get -u -t github.com/spf13/hugo + go get -u -t github.com/spf13/hugo/... ``` 1. Change to the Hugo source directory: