diff options
Diffstat (limited to 'docs/cn/index.html')
| -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> |
