We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7686b7 + 0c4602a commit f7b9084Copy full SHA for f7b9084
README.md
@@ -13,9 +13,13 @@ Read ["Installation"] from [The Book].
13
["Installation"]: https://doc.rust-lang.org/book/ch01-01-installation.html
14
[The Book]: https://doc.rust-lang.org/book/index.html
15
16
-## Building from Source
+## Installing from Source
17
[building-from-source]: #building-from-source
18
19
+_Note: If you wish to contribute to the compiler, you should read
20
+[this chapter](https://rust-lang.github.io/rustc-guide/how-to-build-and-run.html)
21
+of the rustc-guide instead._
22
+
23
### Building on *nix
24
1. Make sure you have installed the dependencies:
25
0 commit comments