gvm one-liner installation shell seems not work

So I copy the installation shell from the gvm README file.
This commit is contained in:
B1nj0y
2015-04-01 23:11:53 +08:00
parent 5b32d52078
commit 9cb0329d94

View File

@@ -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了