From 8525a53142cb1bddfdeb08ea3a91d308a99a242e Mon Sep 17 00:00:00 2001 From: SADIK KUZU Date: Sun, 4 Sep 2022 17:15:51 +0300 Subject: [PATCH] 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 - [ ] Added **tests** for changed code. - [x] Updated **documentation** for changed code. (cherry picked from commit 1362153ade7c6fdb83c649e46ed89fa91f5ee155) --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 2fd4577bc2e..712c7519988 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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`.