Skip to content

Commit

Permalink
Add -u flag for go get govendor in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
This to to ensure the reader is not stuck with a stale version
of govendor where `govendor get` may not actually build/install
the final hugo binary.

See kardianos/govendor#330
  • Loading branch information
anthonyfok committed Jul 28, 2017
1 parent 555a9bc commit 84710eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ You **must use govendor** to fetch and manage Hugo's dependencies.
### Fetch the Sources From GitHub

```
go get github.com/kardianos/govendor
go get -u github.com/kardianos/govendor
govendor get github.com/gohugoio/hugo
```

Expand Down

0 comments on commit 84710eb

Please sign in to comment.