1
- # rustup : the Rust toolchain installer
1
+ # Rustup : the Rust toolchain installer
2
2
3
3
| Master CI | Build Status |
4
4
| --------------| ----------------------------------------------------------|
5
5
| Windows | ![ Windows builds] [ actions-windows-master ] |
6
6
| macOS | ![ maOS builds] [ actions-macos-master ] |
7
7
| Linux Etc | ![ Linux (etc) builds] [ actions-linux-master ] |
8
8
9
- * rustup * installs [ The Rust Programming Language] [ rustlang ] from the official
9
+ * Rustup * installs [ The Rust Programming Language] [ rustlang ] from the official
10
10
release channels, enabling you to easily switch between stable, beta,
11
11
and nightly compilers and keep them updated. It makes cross-compiling
12
12
simpler with binary builds of the standard library for common platforms.
@@ -16,16 +16,16 @@ And it runs on all platforms Rust supports, including Windows.
16
16
17
17
## Documentation
18
18
19
- See [ ** The rustup book** ] ( https://rust-lang.github.io/rustup/ ) for
20
- documentation on installing and using rustup .
19
+ See [ ** The Rustup book** ] ( https://rust-lang.github.io/rustup/ ) for
20
+ documentation on installing and using Rustup .
21
21
22
22
## Contributing
23
23
24
- See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for information on contributing to rustup .
24
+ See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for information on contributing to Rustup .
25
25
26
26
## License
27
27
28
- Copyright Diggory Blake, the Mozilla Corporation, and rustup
28
+ Copyright Diggory Blake, the Mozilla Corporation, and Rustup
29
29
contributors.
30
30
31
31
Licensed under either of
0 commit comments