We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6709d3c commit 9d7ccc5Copy full SHA for 9d7ccc5
README.md
@@ -39,8 +39,8 @@ This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationD
39
| OS | PATH |
40
| --- | --- |
41
| Windows | `C:\Users\USER_NAME\AppData\Roaming\SourceGit` |
42
-| Linux | `/home/USER_NAME/.config/SourceGit` |
43
-| macOS | `/Users/USER_NAME/.config/SourceGit` |
+| Linux | `${HOME}/.config/SourceGit` |
+| macOS | `${HOME}/Library/Application Support/SourceGit` |
44
45
For **Windows** users:
46
0 commit comments