From 599683c2697b9e5f34e5276a9416c6548ed029be Mon Sep 17 00:00:00 2001 From: Michael Weirauch Date: Sun, 26 May 2024 18:50:12 +0200 Subject: [PATCH] Fix macOS configuration directory documentation The directories (or rather dirs-sys) crate changed this to the correct/recommended location a long while ago, but I missed the change. Fixes #30. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4e67df3..cae6afb 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ After you have installed the binary you need to create a configuration file whic The configuration file locations are as follows: -| System | Location | -| :---------- | :----------------------------------------------------------------- | -| Linux dist. | `/home/charly/.config/dropignore/dropignore.yml` | -| macOS | `/Users/charly/Library/Preferences/dropignore/dropignore.yml` | -| Windows | `C:\Users\charly\AppData\Roaming\dropignore\config\dropignore.yml` | +| System | Location | +| :---------- | :-------------------------------------------------------------------- | +| Linux dist. | `/home/charly/.config/dropignore/dropignore.yml` | +| macOS | `/Users/charly/Library/Application Support/dropignore/dropignore.yml` | +| Windows | `C:\Users\charly\AppData\Roaming\dropignore\config\dropignore.yml` | The configuration file could look like this: