Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Kulla <git.mail@kulla.me>2016-08-12 17:58:57 +0300
committerCameron Moore <moorereason@gmail.com>2016-08-16 16:56:45 +0300
commitd72c454f78e1d2d099bef19221fb3065e0889b99 (patch)
treedc37b9858f89e9c5e1694e589a63bf4e4699a806 /CONTRIBUTING.md
parent97c37732b41dee3fdc9444a4ec4094b02ae5815d (diff)
Fix command for getting hugo in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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: