Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/concepts/configuration-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ default = true

uv will also discover `uv.toml` configuration files in the user- and system-level
[configuration directories](../reference/storage.md#configuration-directories), e.g., user-level
configuration in `~/.config/uv/uv.toml`, and system-level configuration at `/etc/uv/uv.toml` on
macOS and Linux.
configuration in `~/.config/uv/uv.toml` on macOS and Linux, or `%APPDATA%\uv\uv.toml` on Windows,
and system-level configuration at `/etc/uv/uv.toml` on macOS and Linux, or
`%PROGRAMDATA%\uv\uv.toml` on Windows.

!!! important

Expand Down
Loading