mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
update readme
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
# gvm
|
||||
|
||||
[](https://travis-ci.org/moovweb/gvm)
|
||||
# gvm-cn
|
||||
|
||||
by Josh Bussdieker (jbuss, jaja, jbussdieker)
|
||||
|
||||
GVM provides an interface to manage Go versions.
|
||||
|
||||
说明
|
||||
========
|
||||
该版本使用github的源代码,解决在中国国内不能使用gvm安装Go的问题
|
||||
|
||||
Features
|
||||
========
|
||||
* Install/Uninstall Go versions with `gvm install [tag]` where tag is "60.3", "go1", "weekly.2011-11-08", or "tip"
|
||||
@@ -26,7 +28,7 @@ Installing
|
||||
|
||||
To install:
|
||||
|
||||
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
|
||||
bash < <(curl -s -S -L https://raw.githubusercontent.com/wahyd4/gvm/master/binscripts/gvm-installer)
|
||||
|
||||
Or if you are using zsh just change `bash` with `zsh`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user