summaryrefslogtreecommitdiff
path: root/docs/landing.html
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-10 14:06:46 +0800
committerruki <[email protected]>2017-08-10 14:06:46 +0800
commitc6cebfe5a3506df17cbc4c3eb8204bae93fed69e (patch)
treead8f945f76d01ca55fb27d1fe402cbe4d86debd1 /docs/landing.html
parente8bf955a51ea91985879419cc5d9a28a5ea1e172 (diff)
simplify install cmd
Diffstat (limited to 'docs/landing.html')
-rw-r--r--docs/landing.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/landing.html b/docs/landing.html
index 8584b5cb6..606445c82 100644
--- a/docs/landing.html
+++ b/docs/landing.html
@@ -53,19 +53,19 @@
<h4 id="via-curl">via curl</h4>
-<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>bash &lt;<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 &lt;<span class="o">(</span>curl -fsSL http://xmake.io/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><span class="gp">$ </span>bash &lt;<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 &lt;<span class="o">(</span>wget http://xmake.io/get.sh -O -<span class="o">)</span>
</code></pre>
</div>
<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>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
</code></pre>
</div>