Skip to content

Commit

Permalink
Merge pull request rust-lang#134 from alexcrichton/nightlies
Browse files Browse the repository at this point in the history
Add documentation about cargo nightlies
  • Loading branch information
wycats committed Jul 7, 2014
2 parents e1c618b + ffd985f commit acabc59
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ Cargo downloads your Rust project’s dependencies and compiles your project.

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

You'll want to clone cargo using --recursive on git, to clone in its submodule
Expand Down

0 comments on commit acabc59

Please sign in to comment.