diff options
| -rw-r--r-- | docs/README.md | 6 | ||||
| -rw-r--r-- | docs/zh/README.md | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/README.md b/docs/README.md index 24857daa2..1b148d6ae 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,19 +22,19 @@ so that any developer can quickly pick it up and enjoy the productivity boost wh ##### via curl ```bash -$ bash <(curl -fsSL https://github.com/tboox/xmake/raw/master/scripts/get.sh) +$ bash <(curl -fsSL http://xmake.io/get.sh) ``` ##### via wget ```bash -$ bash <(wget https://github.com/tboox/xmake/raw/master/scripts/get.sh -O -) +$ bash <(wget http://xmake.io/get.sh -O -) ``` ##### via powershell ```bash -$ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1' -UseBasicParsing).Content +$ Invoke-Expression (Invoke-Webrequest 'http://xmake.io/get.ps1' -UseBasicParsing).Content ``` #### Windows diff --git a/docs/zh/README.md b/docs/zh/README.md index 972ac8476..e0b7db61f 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -29,19 +29,19 @@ xmake的目标是开发者更加关注于项目本身开发,简化项目的描 ##### 使用curl ```bash -$ bash <(curl -fsSL https://github.com/tboox/xmake/raw/master/scripts/get.sh) +$ bash <(curl -fsSL http://xmake.io/get.sh) ``` ##### 使用wget ```bash -$ bash <(wget https://github.com/tboox/xmake/raw/master/scripts/get.sh -O -) +$ bash <(wget http://xmake.io/get.sh -O -) ``` ##### 使用powershell ```bash -$ Invoke-Expression (Invoke-Webrequest 'https://github.com/tboox/xmake/raw/master/scripts/get.ps1' -UseBasicParsing).Content +$ Invoke-Expression (Invoke-Webrequest 'http://xmake.io/get.ps1' -UseBasicParsing).Content ``` #### Windows |
