From 9d7ccc5e6771581932ba7111aaf2ba6bf5d11230 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 15 May 2024 17:14:13 +0800 Subject: [PATCH] readme: update avatars and preference storage path on macOS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2cf9da2..1f69cccf 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationD | OS | PATH | | --- | --- | | Windows | `C:\Users\USER_NAME\AppData\Roaming\SourceGit` | -| Linux | `/home/USER_NAME/.config/SourceGit` | -| macOS | `/Users/USER_NAME/.config/SourceGit` | +| Linux | `${HOME}/.config/SourceGit` | +| macOS | `${HOME}/Library/Application Support/SourceGit` | For **Windows** users: