shithub: hugo

Download patch

ref: 51ee3fc73595a86ecf0b69ab6a4f27f56159224f
parent: 88a07b7564737fdeec89714e8c8e4ea0e8f4bf32
author: Aditya Bhargava <[email protected]>
date: Sat Mar 12 09:36:16 EST 2016

docs: Document how to install dependencies for tests

Fixes #919

--- a/README.md
+++ b/README.md
@@ -72,7 +72,11 @@
 
         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"