update readme

This commit is contained in:
2016-03-06 20:58:55 +08:00
parent f987a3628c
commit e383017680
+6 -4
View File
@@ -1,11 +1,13 @@
# gvm
[![Build Status](https://travis-ci.org/moovweb/gvm.svg?branch=master)](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`