Skip to content

Commit

Permalink
docs: update Windows cache path to match 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted authored and radoering committed Nov 11, 2022
1 parent 455c0b2 commit 7499ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Expand Up @@ -138,7 +138,7 @@ You can override the Data directory by setting the `POETRY_DATA_DIR` or `POETRY_
### Cache Directory

- Linux: `$XDG_CACHE_HOME/pypoetry` or `~/.cache/pypoetry`
- Windows: `%APPDATA%\pypoetry\Cache`
- Windows: `%LOCALAPPDATA%\pypoetry`
- MacOS: `~/Library/Caches/pypoetry`

You can override the Cache directory by setting the `POETRY_CACHE_DIR` environment variable.
Expand Down

0 comments on commit 7499ea4

Please sign in to comment.