File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 4
4
</div >
5
5
6
6
<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.
9
10
</p >
10
11
11
- <pre >
12
- $ curl -sS https://static.rust-lang.org/rustup.sh | sudo bash
13
- </pre >
14
-
15
12
<h2 >Only Cargo</h2 >
16
13
17
14
<p >
18
15
To install just Cargo, the current recommended installation method is
19
16
through the official nightly builds. Note that Cargo will also require that
20
17
<a href =' http://www.rust-lang.org/' >Rust</a > is already installed on the
21
- system
18
+ system.
22
19
</p >
23
20
24
21
<div id =' install-downloads' >
You can’t perform that action at this time.
0 commit comments