Merge pull request #1072 from davidreynolds/master

s/install/get
This commit is contained in:
Joe Beda 2014-08-28 10:42:47 -07:00
commit fa17697194

View File

@ -80,7 +80,7 @@ directly from mercurial.
```
GOPATH=$HOME/src/go-tools
mkdir -p $GOPATH
go install github.com/tools/godep
go get github.com/tools/godep
```
3. Add $HOME/src/go-tools/bin to your path. Typically you'd add this to your ~/.profile: