Skip to content

Commit 42adb17

Browse files
tshepangkinnison
andcommitted
improve explanation of "default" profile
Co-authored-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent caed120 commit 42adb17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ available at this time are `minimal`, `default`, and `complete`:
7474
working compiler (`rustc`, `rust-std`, and `cargo`). It's recommended to use
7575
this component on Windows systems if you don't use local documentation, and in
7676
CI.
77-
* The **default** profile includes all the components previously installed by
78-
default (`rustc`, `rust-std`, `cargo`, and `rust-docs`) plus `rustfmt` and
79-
`clippy`. This profile will be used by `rustup` by default, and it's the one
77+
* The **default** profile includes all of components in the **minimal** profile,
78+
and adds `rust-docs`, `rustfmt`, and `clippy`.
79+
This profile will be used by `rustup` by default, and it's the one
8080
recommended for general use.
8181
* The **complete** profile includes all the components available through
8282
`rustup`. This should never be used, as it includes *every* component ever included

0 commit comments

Comments
 (0)