From 99b7086cd04feba2573c0c822f6be881f2f795ed Mon Sep 17 00:00:00 2001 From: Vixb Date: Tue, 14 Jan 2025 10:19:27 +0800 Subject: [PATCH] doc: update default path for windows (#901) (cherry picked from commit 4456366ea63b277665d7250709928deb1e563675) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc1581b6..2973a65c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationD | OS | PATH | |---------|-----------------------------------------------------| -| Windows | `C:\Users\USER_NAME\AppData\Roaming\SourceGit` | +| Windows | `%APPDATA%\SourceGit` | | Linux | `${HOME}/.config/SourceGit` or `${HOME}/.sourcegit` | | macOS | `${HOME}/Library/Application Support/SourceGit` |