s/install/get

"install" didn't work for me, but "get" did.
pull/6/head
David Reynolds 2014-08-27 18:40:49 -07:00
parent 0965c4ee77
commit 462314e68d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ directly from mercurial.
``` ```
GOPATH=$HOME/src/go-tools GOPATH=$HOME/src/go-tools
mkdir -p $GOPATH 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: 3. Add $HOME/src/go-tools/bin to your path. Typically you'd add this to your ~/.profile: