From: Aditya Bhargava Date: Sat, 12 Mar 2016 22:36:16 +0000 (-0800) Subject: docs: Document how to install dependencies for tests X-Git-Tag: v0.16~94 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=51ee3fc7;p=brevno-suite%2Fhugo docs: Document how to install dependencies for tests Fixes #919 --- diff --git a/README.md b/README.md index 75e9631d..1ea3f1b3 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"