Commit e1344efd by Riccardo Albertazzi Committed by GitHub

docs: update poetry config dir on macos (#8062)

parent 061e4fe8
......@@ -15,7 +15,7 @@ Poetry can be configured via the `config` command ([see more about its usage her
or directly in the `config.toml` file that will be automatically created when you first run that command.
This file can typically be found in one of the following directories:
- macOS: `~/Library/Preferences/pypoetry`
- macOS: `~/Library/Application Support/pypoetry`
- Windows: `%APPDATA%\pypoetry`
For Unix, we follow the XDG spec and support `$XDG_CONFIG_HOME`.
......@@ -123,7 +123,7 @@ Poetry uses the following default directories:
- Linux: `$XDG_CONFIG_HOME/pypoetry` or `~/.config/pypoetry`
- Windows: `%APPDATA%\pypoetry`
- MacOS: `~/Library/Preferences/pypoetry`
- MacOS: `~/Library/Application Support/pypoetry`
You can override the Config directory by setting the `POETRY_CONFIG_DIR` environment variable.
......
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