summaryrefslogtreecommitdiff
path: root/docs/cn
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-13 22:17:58 +0800
committerruki <[email protected]>2017-05-13 22:17:58 +0800
commitc4b7197335b3da429e5923b194b2385a98db19fa (patch)
tree28148835cc37e3c81e705c69c949a702c6090fcd /docs/cn
parent053844fb769cfd75e351177134f45ba312aae566 (diff)
modify install script url
Diffstat (limited to 'docs/cn')
-rw-r--r--docs/cn/index.html4
1 files changed, 2 insertions, 2 deletions
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 &lt;<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 &lt;<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>