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 | |
| parent | 053844fb769cfd75e351177134f45ba312aae566 (diff) | |
modify install script url
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.md | 2 | ||||
| -rw-r--r-- | docs/cn/index.html | 4 | ||||
| -rw-r--r-- | docs/landing.html | 4 | ||||
| -rwxr-xr-x | docs/landing/index.cn.md | 4 | ||||
| -rwxr-xr-x | docs/landing/index.md | 4 | ||||
| -rwxr-xr-x | docs/zh/README.md | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/docs/README.md b/docs/README.md index 70ce5b868..42ebd097a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,7 +20,7 @@ so that any developer can quickly pick it up and enjoy the productivity boost wh ##### via 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) ``` ##### via wget diff --git a/docs/cn/index.html b/docs/cn/index.html index 9d2af3559..da2e693a5 100644 --- a/docs/cn/index.html +++ b/docs/cn/index.html @@ -53,7 +53,7 @@ <h4 id="curl">使用curl</h4> -<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>bash <<span class="o">(</span>curl -fsSL https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh<span class="o">)</span> +<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>bash <<span class="o">(</span>curl -fsSL https://github.com/tboox/xmake/raw/master/scripts/get.sh<span class="o">)</span> </code></pre> </div> @@ -65,7 +65,7 @@ <h4 id="powershell">使用powershell</h4> -<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>Invoke-Expression <span class="o">(</span>Invoke-Webrequest <span class="s1">'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1'</span> -UseBasicParsing<span class="o">)</span>.Content +<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>Invoke-Expression <span class="o">(</span>Invoke-Webrequest <span class="s1">'https://github.com/tboox/xmake/raw/master/scripts/get.ps1'</span> -UseBasicParsing<span class="o">)</span>.Content </code></pre> </div> diff --git a/docs/landing.html b/docs/landing.html index fea69a092..2d3ecc8c5 100644 --- a/docs/landing.html +++ b/docs/landing.html @@ -53,7 +53,7 @@ <h4 id="via-curl">via curl</h4> -<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>bash <<span class="o">(</span>curl -fsSL https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh<span class="o">)</span> +<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>bash <<span class="o">(</span>curl -fsSL https://github.com/tboox/xmake/raw/master/scripts/get.sh<span class="o">)</span> </code></pre> </div> @@ -65,7 +65,7 @@ <h4 id="via-powershell">via powershell</h4> -<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>Invoke-Expression <span class="o">(</span>Invoke-Webrequest <span class="s1">'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1'</span> -UseBasicParsing<span class="o">)</span>.Content +<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>Invoke-Expression <span class="o">(</span>Invoke-Webrequest <span class="s1">'https://github.com/tboox/xmake/raw/master/scripts/get.ps1'</span> -UseBasicParsing<span class="o">)</span>.Content </code></pre> </div> diff --git a/docs/landing/index.cn.md b/docs/landing/index.cn.md index bd0ed23c4..1a477202f 100755 --- a/docs/landing/index.cn.md +++ b/docs/landing/index.cn.md @@ -8,7 +8,7 @@ title: {{ site.name }} #### 使用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 @@ -20,7 +20,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 ``` ## 简单的工程描述 diff --git a/docs/landing/index.md b/docs/landing/index.md index 1005a1ef9..65b6331a2 100755 --- a/docs/landing/index.md +++ b/docs/landing/index.md @@ -8,7 +8,7 @@ title: {{ site.name }} #### via 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) ``` #### via wget @@ -20,7 +20,7 @@ $ bash <(wget https://github.com/tboox/xmake/raw/master/scripts/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 'https://github.com/tboox/xmake/raw/master/scripts/get.ps1' -UseBasicParsing).Content ``` ## Simple description 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 |
