diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-01-19 09:03:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-19 09:03:34 +0100 |
| commit | f7b9084e6e49a1bc7510fad7639c548c5d1c5c3e (patch) | |
| tree | 10bb1939dda013fc99965a659d6b8e5164bbbc16 | |
| parent | c7686b787f41dec6db61d58a7bd9e778854b9d3e (diff) | |
| parent | 0c4602aaef787d94ec01d990744bc9e6941ed2eb (diff) | |
| download | rust-f7b9084e6e49a1bc7510fad7639c548c5d1c5c3e.tar.gz rust-f7b9084e6e49a1bc7510fad7639c548c5d1c5c3e.zip | |
Rollup merge of #57746 - mark-i-m:patch-2, r=Centril
Update README.md Point contributors to the rustc-guide... r? @steveklabnik
| -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: |
