From 462314e68d678f102b4225c9cc066686d6ff75b5 Mon Sep 17 00:00:00 2001 From: David Reynolds Date: Wed, 27 Aug 2014 18:40:49 -0700 Subject: [PATCH] s/install/get "install" didn't work for me, but "get" did. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1548082dcd..4f3916c75a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,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: