diff --git a/content/overview/installing.md b/content/overview/installing.md index 895fae2af..fdcc3bc2c 100644 --- a/content/overview/installing.md +++ b/content/overview/installing.md @@ -124,7 +124,10 @@ You **must use govendor** to fetch Hugo's dependencies. ### Fetch from GitHub +Assuming `$HOME/go/bin` is in your PATH: + go get github.com/kardianos/govendor + cd $HOME/go/src/github.com govendor get github.com/gohugoio/hugo `govendor get` will fetch Hugo and all its dependent libraries to