提交 1669f89e 编写于 作者: M Manish Goregaokar

Rollup merge of 21711 - thepowersgang:patch-1, r=alexcrichton

...@@ -30,9 +30,9 @@ documentation. ...@@ -30,9 +30,9 @@ documentation.
To build from the [tarball] do: To build from the [tarball] do:
$ curl -O https://static.rust-lang.org/dist/rust-nightly.tar.gz $ curl -O https://static.rust-lang.org/dist/rustc-nightly-src.tar.gz
$ tar -xzf rust-nightly.tar.gz $ tar -xzf rustc-nightly-src.tar.gz
$ cd rust-nightly $ cd rustc-nightly
Or to build from the [repo] do: Or to build from the [repo] do:
...@@ -80,7 +80,7 @@ $ pacman -S base-devel ...@@ -80,7 +80,7 @@ $ pacman -S base-devel
$ make && make install $ make && make install
[repo]: https://github.com/rust-lang/rust [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 [trpl]: http://doc.rust-lang.org/book/index.html
## Notes ## Notes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册