Browse Source

变更安装地址

Jrohy 4 years ago
parent
commit
6a56d98aa8
2 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md
  2. 0 0
      install.sh

+ 2 - 2
README.md

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

+ 0 - 0
go-install.sh → install.sh