We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11c855e + f227f6d commit d5b88b5Copy full SHA for d5b88b5
doc/src/configuration.md
@@ -1,9 +1,9 @@
1
# Configuration
2
3
-Rustup has a settings file in [TOML](https://github.com/toml-lang/toml) format
4
-at `${RUSTUP_HOME}/settings.toml`. The schema for this file is not part of the
5
-public interface for rustup - the rustup CLI should be used to query and set
6
-settings.
+Rustup has a [TOML](https://github.com/toml-lang/toml) settings file at
+`${RUSTUP_HOME}/settings.toml` (which defaults to `~/.rustup` or
+`%USERPROFILE%/.rustup`). The schema for this file is not part of the public
+interface for rustup - the rustup CLI should be used to query and set settings.
7
8
On Unix operating systems a fallback settings file is consulted for some
9
settings. This fallback file is located at `/etc/rustup/settings.toml` and
0 commit comments