Skip to content

Commit d5b88b5

Browse files
authored
Merge pull request #2698 from marcospb19/patch-1
Docs: indicate the default settings.toml location
2 parents 11c855e + f227f6d commit d5b88b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/configuration.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Configuration
22

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.
3+
Rustup has a [TOML](https://github.com/toml-lang/toml) settings file at
4+
`${RUSTUP_HOME}/settings.toml` (which defaults to `~/.rustup` or
5+
`%USERPROFILE%/.rustup`). The schema for this file is not part of the public
6+
interface for rustup - the rustup CLI should be used to query and set settings.
77

88
On Unix operating systems a fallback settings file is consulted for some
99
settings. This fallback file is located at `/etc/rustup/settings.toml` and

0 commit comments

Comments
 (0)