Skip to content

Commit

Permalink
docs: update configuration folder for macOS (#6395)
Browse files Browse the repository at this point in the history
* 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! -->

(cherry picked from commit 1362153)
  • Loading branch information
sadikkuzu authored and github-actions[bot] committed Sep 4, 2022
1 parent bc96a5d commit 8525a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Expand Up @@ -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.
This file can typically be found in one of the following directories:

- macOS: `~/Library/Application Support/pypoetry`
- macOS: `~/Library/Preferences/pypoetry`
- Windows: `%APPDATA%\pypoetry`

For Unix, we follow the XDG spec and support `$XDG_CONFIG_HOME`.
Expand Down

0 comments on commit 8525a53

Please sign in to comment.