We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30026c commit 1edeb8aCopy full SHA for 1edeb8a
app/templates/install.hbs
@@ -4,21 +4,18 @@
4
</div>
5
6
<p>
7
- The easiest way to get Cargo is to get the Rust nightly build by using the
8
- <code>rustup</code> script:
+Rust comes with Cargo by default, so the easiest way to get Cargo is to
+<a href='http://www.rust-lang.org/install.html'>install Rust</a> via
9
+the official binary installers.
10
</p>
11
-<pre>
12
-$ curl -sS https://static.rust-lang.org/rustup.sh | sudo bash
13
-</pre>
14
-
15
<h2>Only Cargo</h2>
16
17
18
To install just Cargo, the current recommended installation method is
19
through the official nightly builds. Note that Cargo will also require that
20
<a href='http://www.rust-lang.org/'>Rust</a> is already installed on the
21
- system
+ system.
22
23
24
<div id='install-downloads'>
0 commit comments