Jrohy 5 anni fa
parent
commit
905a4ae7f3
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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
 ```