mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
readme: update avatars and preference storage path on macOS
This commit is contained in:
parent
6709d3c187
commit
9d7ccc5e67
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue