summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAditya Bhargava <bluemangroupie@gmail.com>2016-03-12 14:36:16 -0800
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2016-04-09 13:52:00 +0200
commit51ee3fc73595a86ecf0b69ab6a4f27f56159224f (patch)
treee131b02763a2a2dcefc53953f5e6a910d57c7f89 /README.md
parent88a07b7564737fdeec89714e8c8e4ea0e8f4bf32 (diff)
docs: Document how to install dependencies for tests
Fixes #919
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 75e9631dc..1ea3f1b3c 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,11 @@ Use the [installation instructions in the Hugo documentation](https://gohugo.io/
go get -u -v github.com/spf13/hugo
-6. Use a symbolic link to add your locally cloned Hugo repository to your `$GOPATH`, assuming you prefer doing development work outside of `$GOPATH`:
+6. Install the test dependencies (needed if you want to run tests):
+
+ go get -v -t -d ./...
+
+7. Use a symbolic link to add your locally cloned Hugo repository to your `$GOPATH`, assuming you prefer doing development work outside of `$GOPATH`:
```bash
rm -rf "$GOPATH/src/github.com/spf13/hugo"