From b3c236064d44e52ce0d19d3320de72309e3f520c Mon Sep 17 00:00:00 2001 From: Thomas Goorden Date: Mon, 20 Nov 2023 18:31:49 +0100 Subject: [PATCH] Fixed config location on MacOS The listed config location did not appear to be up-to-date, at least for MacOS. This might be an issue on Linux as well. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 60728382..211fcd4f 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1,7 +1,7 @@ # Configuration SGPT can be configured via a config file in your default config directory. The default config directory -is `~/.config/sgpt/` on Linux and MacOS and `%APPDATA%/sgpt/` on Windows. The config file is named `config.yaml`. +is `~/.config/sgpt/` on Linux, `~/Library/Application Support/sgpt/` on MacOS and `%APPDATA%/sgpt/` on Windows. The config file is named `config.yaml`. The config file is a YAML file with the following structure: