Commit 1362153a by SADIK KUZU Committed by GitHub

docs: update configuration folder for macOS (#6395)

* https://stackoverflow.com/q/73597456/7030591
* https://github.com/python-poetry/poetry/blob/1e1585321e90a771af3da33f5154278fe9ee5ca2/src/poetry/locations.py#L24-L26

# Pull Request Check List

Resolves: #issue-number-here

<!-- This is just a reminder about the most common mistakes. Please make sure that you tick all *appropriate* boxes.  But please read our [contribution guide](https://python-poetry.org/docs/contributing/) at least once, it will save you unnecessary review cycles! -->

- [ ] Added **tests** for changed code.
- [x] Updated **documentation** for changed code.

<!-- If you have *any* questions to *any* of the points above, just **submit and ask**!  This checklist is here to *help* you, not to deter you from contributing! -->
parent 5997a605
...@@ -15,7 +15,7 @@ Poetry can be configured via the `config` command ([see more about its usage her ...@@ -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 be created when you first run that command. or directly in the `config.toml` file that will be automatically be created when you first run that command.
This file can typically be found in one of the following directories: This file can typically be found in one of the following directories:
- macOS: `~/Library/Application Support/pypoetry` - macOS: `~/Library/Preferences/pypoetry`
- Windows: `%APPDATA%\pypoetry` - Windows: `%APPDATA%\pypoetry`
For Unix, we follow the XDG spec and support `$XDG_CONFIG_HOME`. For Unix, we follow the XDG spec and support `$XDG_CONFIG_HOME`.
......
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