From 7a2dc39ebab230f3377e102ac7f3e0396e2c298e Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 19 Feb 2026 15:02:41 -0600 Subject: [PATCH] Make it clear that Windows is supported in user and system level configuration docs (#18106) Co-authored-by: Claude --- docs/concepts/configuration-files.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/concepts/configuration-files.md b/docs/concepts/configuration-files.md index e034bd198..0480f0e45 100644 --- a/docs/concepts/configuration-files.md +++ b/docs/concepts/configuration-files.md @@ -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