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/cn | |
| parent | e9887ef9a6f873c38a86b5004fac7c9d120d455f (diff) | |
update install links
Diffstat (limited to 'docs/cn')
| -rw-r--r-- | docs/cn/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |
