readme: update avatars and preference storage path on macOS

This commit is contained in:
leo 2024-05-15 17:14:13 +08:00
parent 6709d3c187
commit 9d7ccc5e67

View file

@ -39,8 +39,8 @@ This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationD
| OS | PATH | | OS | PATH |
| --- | --- | | --- | --- |
| Windows | `C:\Users\USER_NAME\AppData\Roaming\SourceGit` | | Windows | `C:\Users\USER_NAME\AppData\Roaming\SourceGit` |
| Linux | `/home/USER_NAME/.config/SourceGit` | | Linux | `${HOME}/.config/SourceGit` |
| macOS | `/Users/USER_NAME/.config/SourceGit` | | macOS | `${HOME}/Library/Application Support/SourceGit` |
For **Windows** users: For **Windows** users: