Skip to content

Commit 4191ccf

Browse files
committed
Merge pull request astaxie#455 from gingerhot/master
gvm one-liner installation shell seems not work
2 parents 5b32d52 + 9cb0329 commit 4191ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/01.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Linux系统用户可通过在Terminal中执行命令`arch`(即`uname -m`)来查
116116

117117
gvm是第三方开发的Go多版本管理工具,类似ruby里面的rvm工具。使用起来相当的方便,安装gvm使用如下命令:
118118

119-
bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
119+
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
120120

121121
安装完成后我们就可以安装go了:
122122

0 commit comments

Comments
 (0)