diff --git a/README.md b/README.md index 3e14697809c..4ede992a0fb 100644 --- a/README.md +++ b/README.md @@ -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: