diff --git a/doc/src/configuration.md b/doc/src/configuration.md index a51b7d6363..b30c837f3d 100644 --- a/doc/src/configuration.md +++ b/doc/src/configuration.md @@ -1,9 +1,9 @@ # Configuration -Rustup has a settings file in [TOML](https://github.com/toml-lang/toml) format -at `${RUSTUP_HOME}/settings.toml`. 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. +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. On Unix operating systems a fallback settings file is consulted for some settings. This fallback file is located at `/etc/rustup/settings.toml` and