소스 검색

Update README.md

Jrohy 5 년 전
부모
커밋
905a4ae7f3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
 ```