File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
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
-
10
3
## Keeping Rust up to date
11
4
12
5
Rust is distributed on three different [ release channels] : stable, beta, and
@@ -35,8 +28,6 @@ info: downloading self-updates
35
28
36
29
```
37
30
38
- This is the essence of ` rustup ` .
39
-
40
31
## Keeping rustup up to date
41
32
42
33
Running ` rustup update ` also checks for updates to ` rustup ` itself and automatically
@@ -53,3 +44,12 @@ info: downloading self-updates
53
44
> You can prevent this automatic behaviour by passing the ` --no-self-update ` argument
54
45
> when running ` rustup update ` or ` rustup toolchain install ` .
55
46
47
+ ## Help system
48
+
49
+ The ` rustup ` command-line has a built-in help system that provides more
50
+ information about each command. Run ` rustup help ` for an overview. Detailed
51
+ help for each subcommand is also available. For example, run `rustup toolchain
52
+ install --help` for specifics on installing [ toolchains] .
53
+
54
+ [ toolchains ] : concepts/toolchains.md
55
+
You can’t perform that action at this time.
0 commit comments