diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-01-18 15:28:23 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-18 15:28:23 -0600 |
| commit | 0c4602aaef787d94ec01d990744bc9e6941ed2eb (patch) | |
| tree | 1a224cac3c91b6ea4298f644513e83648cf5bbec | |
| parent | f613dc138b4012cf3d2eb40718fbcc7cf0a34039 (diff) | |
Update README.md
Point contributors to the rustc-guide...
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md index cb1f06257ed..514e420ca45 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,13 @@ Read ["Installation"] from [The Book]. ["Installation"]: https://doc.rust-lang.org/book/ch01-01-installation.html [The Book]: https://doc.rust-lang.org/book/index.html -## Building from Source +## Installing from Source [building-from-source]: #building-from-source +_Note: If you wish to contribute to the compiler, you should read +[this chapter](https://rust-lang.github.io/rustc-guide/how-to-build-and-run.html) +of the rustc-guide instead._ + ### Building on *nix 1. Make sure you have installed the dependencies: |
