From 9cb0329d94cf1ee4f9922c4144e30d6bbad70724 Mon Sep 17 00:00:00 2001 From: B1nj0y Date: Wed, 1 Apr 2015 23:11:53 +0800 Subject: [PATCH] gvm one-liner installation shell seems not work So I copy the installation shell from the gvm README file. --- zh/01.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh/01.1.md b/zh/01.1.md index 8ef4de6d..ec013b04 100644 --- a/zh/01.1.md +++ b/zh/01.1.md @@ -116,7 +116,7 @@ Linux系统用户可通过在Terminal中执行命令`arch`(即`uname -m`)来查 gvm是第三方开发的Go多版本管理工具,类似ruby里面的rvm工具。使用起来相当的方便,安装gvm使用如下命令: - bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer) + bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) 安装完成后我们就可以安装go了: