diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-01-29 03:11:48 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-01-29 03:11:48 +0530 |
| commit | 1669f89e14c8231d3bf45ab30f0956702682dc8d (patch) | |
| tree | a1bd2bd009ea0a79a97c8a304d42cb1dd0e5498b | |
| parent | 0508d8f36231d27dc64b86bb13a3de1291837b73 (diff) | |
| parent | 1c502f1d435734990dc6eee34d80caf737db2076 (diff) | |
Rollup merge of 21711 - thepowersgang:patch-1, r=alexcrichton
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index eef27236b1a..be424a8b7a5 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ documentation. To build from the [tarball] do: - $ curl -O https://static.rust-lang.org/dist/rust-nightly.tar.gz - $ tar -xzf rust-nightly.tar.gz - $ cd rust-nightly + $ curl -O https://static.rust-lang.org/dist/rustc-nightly-src.tar.gz + $ tar -xzf rustc-nightly-src.tar.gz + $ cd rustc-nightly Or to build from the [repo] do: @@ -80,7 +80,7 @@ $ pacman -S base-devel $ make && make install [repo]: https://github.com/rust-lang/rust -[tarball]: https://static.rust-lang.org/dist/rust-nightly.tar.gz +[tarball]: https://static.rust-lang.org/dist/rustc-nightly-src.tar.gz [trpl]: http://doc.rust-lang.org/book/index.html ## Notes |
