Fix command for getting hugo in CONTRIBUTING.md
authorStephan Kulla <git.mail@kulla.me>
Fri, 12 Aug 2016 14:58:57 +0000 (16:58 +0200)
committerCameron Moore <moorereason@gmail.com>
Tue, 16 Aug 2016 13:56:45 +0000 (08:56 -0500)
CONTRIBUTING.md

index 7ee5dc965c55dac3a263d368f2fdc37facd58b26..bfc2936056cf6ae64133583b8f3cd12f97517613 100644 (file)
@@ -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: