docs: Document how to install dependencies for tests

Fixes #919
This commit is contained in:
Aditya Bhargava 2016-03-12 14:36:16 -08:00 committed by digitalcraftsman
parent 88a07b7564
commit 51ee3fc735

View file

@ -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"