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 | |
| parent | e9887ef9a6f873c38a86b5004fac7c9d120d455f (diff) | |
update install links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.md | 12 | ||||
| -rw-r--r-- | docs/cn/index.html | 4 | ||||
| -rw-r--r-- | docs/landing.html | 4 | ||||
| -rw-r--r-- | docs/landing/index.cn.md | 4 | ||||
| -rw-r--r-- | docs/landing/index.md | 4 |
5 files changed, 14 insertions, 14 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: diff --git a/docs/cn/index.html b/docs/cn/index.html index f5cdda6b1..b6c6f8682 100644 --- a/docs/cn/index.html +++ b/docs/cn/index.html @@ -53,13 +53,13 @@ <h4 id="curl">使用curl</h4> -<div class="language-bash highlighter-rouge"><pre class="highlight"><code>bash <<span class="o">(</span>curl -fsSL http://xmake.io/get.sh<span class="o">)</span> +<div class="language-bash highlighter-rouge"><pre class="highlight"><code>bash <<span class="o">(</span>curl -fsSL https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh<span class="o">)</span> </code></pre> </div> <h4 id="wget">使用wget</h4> -<div class="language-bash highlighter-rouge"><pre class="highlight"><code>bash <<span class="o">(</span>wget http://xmake.io/get.sh -O -<span class="o">)</span> +<div class="language-bash highlighter-rouge"><pre class="highlight"><code>bash <<span class="o">(</span>wget https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh -O -<span class="o">)</span> </code></pre> </div> diff --git a/docs/landing.html b/docs/landing.html index 606445c82..783b22374 100644 --- a/docs/landing.html +++ b/docs/landing.html @@ -53,13 +53,13 @@ <h4 id="via-curl">via curl</h4> -<div class="language-bash highlighter-rouge"><pre class="highlight"><code>bash <<span class="o">(</span>curl -fsSL http://xmake.io/get.sh<span class="o">)</span> +<div class="language-bash highlighter-rouge"><pre class="highlight"><code>bash <<span class="o">(</span>curl -fsSL https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh<span class="o">)</span> </code></pre> </div> <h4 id="via-wget">via wget</h4> -<div class="language-bash highlighter-rouge"><pre class="highlight"><code>bash <<span class="o">(</span>wget http://xmake.io/get.sh -O -<span class="o">)</span> +<div class="language-bash highlighter-rouge"><pre class="highlight"><code>bash <<span class="o">(</span>wget https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh -O -<span class="o">)</span> </code></pre> </div> diff --git a/docs/landing/index.cn.md b/docs/landing/index.cn.md index 1d058b2e4..83c24e145 100644 --- a/docs/landing/index.cn.md +++ b/docs/landing/index.cn.md @@ -8,13 +8,13 @@ title: {{ site.name }} #### 使用curl ```bash -bash <(curl -fsSL http://xmake.io/get.sh) +bash <(curl -fsSL https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh) ``` #### 使用wget ```bash -bash <(wget http://xmake.io/get.sh -O -) +bash <(wget https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh -O -) ``` #### 使用powershell diff --git a/docs/landing/index.md b/docs/landing/index.md index 3c7acdc04..77d75d161 100644 --- a/docs/landing/index.md +++ b/docs/landing/index.md @@ -8,13 +8,13 @@ title: {{ site.name }} #### 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 |
