Merge pull request #140 from david-poirier/master

changed gvm install to go1.4
This commit is contained in:
Gregory G. Tseng
2015-07-10 10:56:08 -07:00
+2 -2
View File
@@ -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: