Commit 34fd6933 by DetachHead Committed by GitHub

docs: use `APPDATA` environment variable for windows path (#6271)

Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
parent 52f9ba9a
......@@ -16,7 +16,7 @@ or directly in the `config.toml` file that will be automatically be created when
This file can typically be found in one of the following directories:
- macOS: `~/Library/Application Support/pypoetry`
- Windows: `C:\Users\<username>\AppData\Roaming\pypoetry`
- Windows: `%APPDATA%\pypoetry`
For Unix, we follow the XDG spec and support `$XDG_CONFIG_HOME`.
That means, by default `~/.config/pypoetry`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment