summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-29 00:39:48 +0800
committerruki <[email protected]>2020-02-28 21:58:53 +0800
commit95e759a4285771b33bf077712e0783f98df309be (patch)
tree44ec5924d534939e193443cd81f32a31c28a754a
parent73687fa6fc8ca9eb9d037389f772928d90656ab7 (diff)
update readme
-rw-r--r--README.md8
-rw-r--r--README_zh.md8
2 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 52da73ad3..ba9c76c2a 100644
--- a/README.md
+++ b/README.md
@@ -64,19 +64,19 @@ If you want to know more, please refer to:
#### via curl
```bash
-bash <(curl -fsSL https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh)
+bash <(curl -fsSL https://xmake.io/shget.text)
```
#### via wget
```bash
-bash <(wget https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh -O -)
+bash <(wget https://xmake.io/shget.text -O -)
```
#### via powershell
-```bash
-Invoke-Expression (Invoke-Webrequest 'https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.ps1' -UseBasicParsing).Content
+```powershell
+Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
```
## Simple description
diff --git a/README_zh.md b/README_zh.md
index fba155a2b..587096cd9 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -70,19 +70,19 @@ xmake的目标是开发者更加关注于项目本身开发,简化项目的描
#### 使用curl
```bash
-bash <(curl -fsSL https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh)
+bash <(curl -fsSL https://xmake.io/shget.text)
```
#### 使用wget
```bash
-bash <(wget https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh -O -)
+bash <(wget https://xmake.io/shget.text -O -)
```
#### 使用powershell
-```bash
-Invoke-Expression (Invoke-Webrequest 'https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.ps1' -UseBasicParsing).Content
+```powershell
+Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
```
## 简单的工程描述