Skip to content

Commit 0761c18

Browse files
committed
docs(readme): add a joke
1 parent f47c6ac commit 0761c18

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22

33
[![Build Status][actions-default-branch]][actions-default-branch-status]
44

5-
*Rustup* installs [The Rust Programming Language][rustlang] from the official
5+
_Rustup_ installs [The Rust Programming Language][rustlang] from the official
66
release channels, enabling you to easily switch between stable, beta,
77
and nightly compilers and keep them updated. It makes cross-compiling
88
simpler with binary builds of the standard library for common platforms.
99
And it runs on all platforms Rust supports, including Windows.
1010

1111
[rustlang]: https://www.rust-lang.org
1212

13+
Want an in-house garbage collector? It's as simple as:
14+
15+
```console
16+
> rustup component add rust-gc
17+
```
18+
1319
## Documentation
1420

1521
See [**The Rustup book**](https://rust-lang.github.io/rustup/) for
@@ -29,11 +35,12 @@ contributors.
2935

3036
Licensed under either of
3137

32-
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
33-
* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
38+
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
39+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
3440

3541
at your option.
3642

3743
<!-- Badges -->
44+
3845
[actions-default-branch]: https://github.com/rust-lang/rustup/actions/workflows/ci.yaml/badge.svg
3946
[actions-default-branch-status]: https://github.com/rust-lang/rustup/actions?query=branch%3Amain

0 commit comments

Comments
 (0)