Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Installing</h1>

<p>The easiest way to get Cargo is to get the Rust nightly build by using
the <code>rustup</code> script:</p>
<pre><code class="highlight shell"><span class="gp">$ </span>curl www.rust-lang.org/rustup.sh | sudo bash
<pre><code class="highlight shell"><span class="gp">$ </span>curl www.rust-lang.org/rustup.sh | sudo sh
</code></pre>

<p>This will get you the latest Rust nightly for your platform along with
Expand Down