diff --git a/README.md b/README.md index 8f4e7dbc61..89e5da8671 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status][actions-default-branch]][actions-default-branch-status] -*Rustup* installs [The Rust Programming Language][rustlang] from the official +_Rustup_ installs [The Rust Programming Language][rustlang] from the official release channels, enabling you to easily switch between stable, beta, and nightly compilers and keep them updated. It makes cross-compiling simpler with binary builds of the standard library for common platforms. @@ -10,6 +10,12 @@ And it runs on all platforms Rust supports, including Windows. [rustlang]: https://www.rust-lang.org +Want an in-house garbage collector? It's as simple as: + +```console +> rustup component add rust-gc +``` + ## Documentation See [**The Rustup book**](https://rust-lang.github.io/rustup/) for @@ -29,11 +35,12 @@ contributors. Licensed under either of -* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) -* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) +- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) +- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) at your option. + [actions-default-branch]: https://github.com/rust-lang/rustup/actions/workflows/ci.yaml/badge.svg [actions-default-branch-status]: https://github.com/rust-lang/rustup/actions?query=branch%3Amain