mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
Fix reference to macOS cache path (#11845)
## Summary Closes https://github.com/astral-sh/uv/issues/11809.
This commit is contained in:
parent
b56a0f8877
commit
c65dae64fe
3 changed files with 5 additions and 5 deletions
|
@ -448,8 +448,8 @@ bypasses SSL verification and could expose you to MITM attacks.
|
|||
|
||||
Path to the cache directory.
|
||||
|
||||
Defaults to `$HOME/Library/Caches/uv` on macOS, `$XDG_CACHE_HOME/uv` or `$HOME/.cache/uv` on
|
||||
Linux, and `%LOCALAPPDATA%\uv\cache` on Windows.
|
||||
Defaults to `$XDG_CACHE_HOME/uv` or `$HOME/.cache/uv` on Linux and macOS, and
|
||||
`%LOCALAPPDATA%\uv\cache` on Windows.
|
||||
|
||||
**Default value**: `None`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue