Jrohy 4 rokov pred
rodič
commit
6a56d98aa8
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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