mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Add documentation about cargo nightlies
This commit is contained in:
parent
e1c618b6ef
commit
ffd985f1f4
18
README.md
18
README.md
@ -2,6 +2,24 @@ Cargo downloads your Rust project’s dependencies and compiles your project.
|
|||||||
|
|
||||||
Learn more at http://crates.io/.
|
Learn more at http://crates.io/.
|
||||||
|
|
||||||
|
## Installing cargo
|
||||||
|
|
||||||
|
Cargo has nightlies available for use. The cargo source is not always guaranteed
|
||||||
|
to compile on rust master as it may lag behind by a day or two. Nightlies,
|
||||||
|
however, will run regardless of this fact!
|
||||||
|
|
||||||
|
```
|
||||||
|
$ curl -O http://static.rust-lang.org/cargo-dist/cargo-nightly-linux.tar.gz
|
||||||
|
$ tar xf cargo-nightly-linux.tar.gz
|
||||||
|
$ ./cargo-nightly/bin/cargo build
|
||||||
|
```
|
||||||
|
|
||||||
|
The current nightlies available are:
|
||||||
|
|
||||||
|
* `cargo-nightly-linux`
|
||||||
|
* `cargo-nightly-win`
|
||||||
|
* `cargo-nightly-mac`
|
||||||
|
|
||||||
## Compiling cargo
|
## Compiling cargo
|
||||||
|
|
||||||
You'll want to clone cargo using --recursive on git, to clone in its submodule
|
You'll want to clone cargo using --recursive on git, to clone in its submodule
|
||||||
|
Loading…
x
Reference in New Issue
Block a user