File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ info: downloading self-updates
28
28
29
29
```
30
30
31
- ## Keeping rustup up to date
31
+ ## Keeping ` rustup ` up to date
32
32
33
33
Running ` rustup update ` also checks for updates to ` rustup ` itself and automatically
34
34
installs the latest version. To manually update ` rustup ` only,
@@ -40,7 +40,8 @@ info: checking for self-updates
40
40
info: downloading self-updates
41
41
```
42
42
43
- > ** Note** : ` rustup ` will automatically update itself at the end of any toolchain installation as well.
43
+ > #### Disable automatic self-updates
44
+ > ` rustup ` will automatically update itself at the end of any toolchain installation.
44
45
> You can prevent this automatic behaviour by passing the ` --no-self-update ` argument
45
46
> when running ` rustup update ` or ` rustup toolchain install ` .
46
47
You can’t perform that action at this time.
0 commit comments