diff --git a/README.md b/README.md index d9d27df..9531d4d 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Or if you are using zsh just change `bash` with `zsh` Installing Go ============= - gvm install go1 - gvm use go1 [--default] + gvm install go1.4 + gvm use go1.4 [--default] Once this is done Go will be in the path and ready to use. $GOROOT and $GOPATH are set automatically. Additional options can be specified when installing Go: