diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-01-21 12:28:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-21 12:28:51 +0100 |
| commit | 7119ca15ff1e2082470d7f8833dbd053301fb6e1 (patch) | |
| tree | 939f9c2a451d3e95b3baf0dd55d17246d7149d23 | |
| parent | cb25c5bc3d526a8fb931314cb3a7849115134b04 (diff) | |
| parent | 7e64f29534c21bee76775d73f44c595965e97a3d (diff) | |
| download | rust-7119ca15ff1e2082470d7f8833dbd053301fb6e1.tar.gz rust-7119ca15ff1e2082470d7f8833dbd053301fb6e1.zip | |
Rollup merge of #120005 - atouchet:rd3, r=Mark-Simulacrum
Update Readme A couple minor formatting fixes and re-add missing "Installing from Source" section to the table of contents.
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md index da9e3556b4c..6d6383351ca 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ If you wish to _contribute_ to the compiler, you should read <summary>Table of Contents</summary> - [Quick Start](#quick-start) +- [Installing from Source](#installing-from-source) - [Getting Help](#getting-help) - [Contributing](#contributing) - [License](#license) @@ -29,9 +30,10 @@ 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 -## Installing from source +## Installing from Source -If you really want to install from source (though this is not recommended), see [INSTALL.md](INSTALL.md). +If you really want to install from source (though this is not recommended), see +[INSTALL.md](INSTALL.md). ## Getting Help |
