docs: Document how to install dependencies for tests
authorAditya Bhargava <bluemangroupie@gmail.com>
Sat, 12 Mar 2016 22:36:16 +0000 (14:36 -0800)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Sat, 9 Apr 2016 11:52:00 +0000 (13:52 +0200)
Fixes #919

README.md

index 75e9631dca498467eaa4939c25fdec3449ee070a..1ea3f1b3c65e61a1942c3936efdf3d7bb6cc3bf1 100644 (file)
--- 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"