summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-16 13:53:13 +0800
committerruki <[email protected]>2020-02-16 13:53:13 +0800
commit5b53e98c61bda63722bffd82dad88778a886a6e1 (patch)
treeb9d868113990bd78c8b6f6fbbd70799dfdcc118e
parent8447f895b453a9b624b50b6f457083b3096f74bc (diff)
update readme
-rw-r--r--README.md6
-rw-r--r--README_zh.md6
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index fc54466dd..52da73ad3 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/scripts/get.sh)
+bash <(curl -fsSL https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh)
```
#### via wget
```bash
-bash <(wget https://cdn.jsdelivr.net/gh/xmake-io/xmake/scripts/get.sh -O -)
+bash <(wget https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh -O -)
```
#### via powershell
```bash
-Invoke-Expression (Invoke-Webrequest 'https://cdn.jsdelivr.net/gh/xmake-io/xmake/scripts/get.ps1' -UseBasicParsing).Content
+Invoke-Expression (Invoke-Webrequest 'https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.ps1' -UseBasicParsing).Content
```
## Simple description
diff --git a/README_zh.md b/README_zh.md
index 0614a270f..fba155a2b 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/scripts/get.sh)
+bash <(curl -fsSL https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh)
```
#### 使用wget
```bash
-bash <(wget https://cdn.jsdelivr.net/gh/xmake-io/xmake/scripts/get.sh -O -)
+bash <(wget https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh -O -)
```
#### 使用powershell
```bash
-Invoke-Expression (Invoke-Webrequest 'https://cdn.jsdelivr.net/gh/xmake-io/xmake/scripts/get.ps1' -UseBasicParsing).Content
+Invoke-Expression (Invoke-Webrequest 'https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.ps1' -UseBasicParsing).Content
```
## 简单的工程描述