Skip to content

Commit b42ebab

Browse files
committed
docs: give title to disable auto-updates notice
1 parent 742e9df commit b42ebab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/basics.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ info: downloading self-updates
2828

2929
```
3030

31-
## Keeping rustup up to date
31+
## Keeping `rustup` up to date
3232

3333
Running `rustup update` also checks for updates to `rustup` itself and automatically
3434
installs the latest version. To manually update `rustup` only,
@@ -40,7 +40,8 @@ info: checking for self-updates
4040
info: downloading self-updates
4141
```
4242

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.
4445
> You can prevent this automatic behaviour by passing the `--no-self-update` argument
4546
> when running `rustup update` or `rustup toolchain install`.
4647

0 commit comments

Comments
 (0)