diff options
| author | ruki <[email protected]> | 2017-08-11 22:40:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-11 22:40:12 +0800 |
| commit | 638dfe46e1cbc5f4cf11077b5304bdf7f2f7223e (patch) | |
| tree | 6711918036d3893bdae801af3305dff41f561ba4 /docs/README.md | |
| parent | e9887ef9a6f873c38a86b5004fac7c9d120d455f (diff) | |
update install links
Diffstat (limited to 'docs/README.md')
| -rw-r--r-- | docs/README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/README.md b/docs/README.md index 2e62e3605..81f2fd63e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -57,13 +57,13 @@ so that any developer can quickly pick it up and enjoy the productivity boost wh ##### via curl ```bash -bash <(curl -fsSL http://xmake.io/get.sh) +bash <(curl -fsSL https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh) ``` ##### via wget ```bash -bash <(wget http://xmake.io/get.sh -O -) +bash <(wget https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh -O -) ``` ##### via powershell @@ -95,8 +95,8 @@ On Ubuntu: ```bash $ sudo add-apt-repository ppa:tboox/xmake -$ sudo apt-get update -$ sudo apt-get install xmake +$ sudo apt update +$ sudo apt install xmake ``` Or add xmake package source manually: @@ -109,8 +109,8 @@ deb-src http://ppa.launchpad.net/tboox/xmake/ubuntu yakkety main Then we run: ```bash -$ sudo apt-get update -$ sudo apt-get install xmake +$ sudo apt update +$ sudo apt install xmake ``` Or download deb package to install it: |
