Skip to content

Commit

Permalink
fix(docs): config location on MacOS (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoorden authored Nov 20, 2023
1 parent e6883eb commit f208f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit f208f49

Please sign in to comment.