浏览代码

Update README.md

Jrohy 5 年之前
父节点
当前提交
905a4ae7f3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -6,10 +6,10 @@
 
 
 ## 安装/更新 最新版golang
 ## 安装/更新 最新版golang
 ```
 ```
-source <(curl -sL https://git.io/go-install)
+source <(curl -L https://git.io/go-install)
 ```
 ```
 
 
 ## 安装/更新 指定版本golang
 ## 安装/更新 指定版本golang
 ```
 ```
-source <(curl -sL https://git.io/go-install) -v 1.13.5
+source <(curl -L https://git.io/go-install) -v 1.13.5
 ``` 
 ```