@@ -30,14 +30,15 @@ info: downloading self-updates
3030
3131## Keeping ` rustup ` up to date
3232
33- If your ` rustup ` build with the ` no-self-update ` feature, it will not be able to update itself.
33+ If your ` rustup ` was build with the ` no-self-update ` feature, it will not be able to update itself.
34+ ` rustup ` does not use this feature by default, including the rustups you downloaded from https://rustup.rs .
3435
35- If your ` rustup ` build without the ` no-self-update ` feature,
36+ If your ` rustup ` was build without the ` no-self-update ` feature,
3637it is possible to control Rustup's automatic self update mechanism with the ` auto-self-update ` configuration variable.
3738This setting supports three values: ` enable ` and ` disable ` and ` check-only ` .
3839
3940* ` disable ` will ensure that no automatic self updating actions are taken.
40- * ` enable ` will mean that ` rustup update ` and similar commands will also check- for, and install, any update to Rustup.
41+ * ` enable ` will mean that ` rustup update ` and similar commands will also check for, and install, any update to Rustup.
4142* ` check-only ` will cause any automatic self update to check and report on any updates, but not to automatically install them.
4243
4344Whether ` auto-self-update ` is ` enable ` or not, you can request that Rustup check for, and update itself to the
@@ -50,7 +51,7 @@ info: checking for self-updates
5051info: downloading self-updates
5152```
5253
53- > ### Disable automatic self-updates with the parameter of the command
54+ ### Disable automatic self-updates with the parameter of the command
5455> Since the default value of auto-self-update is ` enable ` , ` rustup ` will automatically update itself at the end of any
5556> toolchain installation as well. You can prevent this automatic behaviour by
5657> passing the ` --no-self-update ` argument when running ` rustup update ` or
0 commit comments