Skip to content

Commit 4cdfb45

Browse files
committed
Merge pull request #108 from brson/instructions
Change install instructions
2 parents d30026c + 1edeb8a commit 4cdfb45

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

app/templates/install.hbs

+4-7
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,18 @@
44
</div>
55

66
<p>
7-
The easiest way to get Cargo is to get the Rust nightly build by using the
8-
<code>rustup</code> script:
7+
Rust comes with Cargo by default, so the easiest way to get Cargo is to
8+
<a href='http://www.rust-lang.org/install.html'>install Rust</a> via
9+
the official binary installers.
910
</p>
1011

11-
<pre>
12-
$ curl -sS https://static.rust-lang.org/rustup.sh | sudo bash
13-
</pre>
14-
1512
<h2>Only Cargo</h2>
1613

1714
<p>
1815
To install just Cargo, the current recommended installation method is
1916
through the official nightly builds. Note that Cargo will also require that
2017
<a href='http://www.rust-lang.org/'>Rust</a> is already installed on the
21-
system
18+
system.
2219
</p>
2320

2421
<div id='install-downloads'>

0 commit comments

Comments
 (0)