We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7774359 commit 1c502f1Copy full SHA for 1c502f1
README.md
@@ -30,9 +30,9 @@ documentation.
30
31
To build from the [tarball] do:
32
33
- $ curl -O https://static.rust-lang.org/dist/rust-nightly.tar.gz
34
- $ tar -xzf rust-nightly.tar.gz
35
- $ 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
36
37
Or to build from the [repo] do:
38
@@ -80,7 +80,7 @@ $ pacman -S base-devel
80
$ make && make install
81
82
[repo]: https://github.com/rust-lang/rust
83
-[tarball]: https://static.rust-lang.org/dist/rust-nightly.tar.gz
+[tarball]: https://static.rust-lang.org/dist/rustc-nightly-src.tar.gz
84
[trpl]: http://doc.rust-lang.org/book/index.html
85
86
## Notes
0 commit comments