mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
Merge pull request #140 from david-poirier/master
changed gvm install to go1.4
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user