Skip to content

Commit

Permalink
Merge pull request #2698 from marcospb19/patch-1
Browse files Browse the repository at this point in the history
Docs: indicate the default settings.toml location
  • Loading branch information
kinnison authored May 7, 2021
2 parents 11c855e + f227f6d commit d5b88b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/src/configuration.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d5b88b5

Please sign in to comment.