File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Basic usage
2
2
3
+ The ` rustup ` command-line has a built-in help system that provides more
4
+ information about each command. Run ` rustup help ` for an overview. Detailed
5
+ help for each subcommand is also available. For example, run `rustup toolchain
6
+ install --help` for specifics on installing [ toolchains] .
7
+
8
+ [ toolchains ] : concepts/toolchains.md
9
+
3
10
## Keeping Rust up to date
4
11
5
12
Rust is distributed on three different [ release channels] : stable, beta, and
6
13
nightly. ` rustup ` is configured to use the stable channel by default, which
7
14
represents the latest release of Rust, and is released every six weeks.
8
15
9
- [ release channels ] : https://github.com/rust-lang/rfcs/blob/master/text/0507-release- channels.md
16
+ [ release channels ] : concepts/ channels.md
10
17
11
18
When a new version of Rust is released, you can type ` rustup update ` to update
12
19
to it:
You can’t perform that action at this time.
0 commit comments