Skip to content

Commit f227f6d

Browse files
committed
Docs: indicate the default settings.toml location
1 parent ca0b042 commit f227f6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/configuration.md

Lines changed: 4 additions & 4 deletions
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)