Skip to content

Commit 9d7ccc5

Browse files
committed
readme: update avatars and preference storage path on macOS
1 parent 6709d3c commit 9d7ccc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationD
3939
| OS | PATH |
4040
| --- | --- |
4141
| Windows | `C:\Users\USER_NAME\AppData\Roaming\SourceGit` |
42-
| Linux | `/home/USER_NAME/.config/SourceGit` |
43-
| macOS | `/Users/USER_NAME/.config/SourceGit` |
42+
| Linux | `${HOME}/.config/SourceGit` |
43+
| macOS | `${HOME}/Library/Application Support/SourceGit` |
4444

4545
For **Windows** users:
4646

0 commit comments

Comments
 (0)