Skip to content

Commit

Permalink
Fix macOS configuration directory documentation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mweirauch committed May 26, 2024
1 parent aca63ba commit 599683c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 599683c

Please sign in to comment.