Make it clear that Windows is supported in user and system level configuration docs (#18106)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Zanie Blue
2026-02-19 15:02:41 -06:00
committed by GitHub
parent 4f9deb4efa
commit 7a2dc39eba
+3 -2
View File
@@ -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