From e383017680b5effc4da13819ead5ddda9b497930 Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Sun, 6 Mar 2016 20:58:55 +0800 Subject: [PATCH] update readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc30fc7..a7b5825 100644 --- a/README.md +++ b/README.md @@ -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`