Browse Source

Update README.md

Jrohy 5 years ago
parent
commit
905a4ae7f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

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