From d72c454f78e1d2d099bef19221fb3065e0889b99 Mon Sep 17 00:00:00 2001 From: Stephan Kulla Date: Fri, 12 Aug 2016 16:58:57 +0200 Subject: [PATCH] Fix command for getting hugo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ee5dc965..bfc293605 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: