diff options
| author | ruki <[email protected]> | 2017-05-13 22:17:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-05-13 22:17:58 +0800 |
| commit | c4b7197335b3da429e5923b194b2385a98db19fa (patch) | |
| tree | 28148835cc37e3c81e705c69c949a702c6090fcd /docs/zh | |
| parent | 053844fb769cfd75e351177134f45ba312aae566 (diff) | |
modify install script url
Diffstat (limited to 'docs/zh')
| -rwxr-xr-x | docs/zh/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/zh/README.md b/docs/zh/README.md index c0dfbe948..05e6ba7de 100755 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -27,7 +27,7 @@ xmake的目标是开发者更加关注于项目本身开发,简化项目的描 ##### 使用curl ```bash -$ bash <(curl -fsSL https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh) +$ bash <(curl -fsSL https://github.com/tboox/xmake/raw/master/scripts/get.sh) ``` ##### 使用wget @@ -39,7 +39,7 @@ $ bash <(wget https://github.com/tboox/xmake/raw/master/scripts/get.sh -O -) ##### 使用powershell ```bash -$ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1' -UseBasicParsing).Content +$ Invoke-Expression (Invoke-Webrequest 'https://github.com/tboox/xmake/raw/master/scripts/get.ps1' -UseBasicParsing).Content ``` #### Windows |
