mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
readme: add description for folder that created by this app to store user settings, downloaded avatars and crash logs.
This commit is contained in:
parent
fd2160e56e
commit
f92858994a
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -28,12 +28,20 @@ Opensource Git GUI client.
|
||||||
|
|
||||||
> **Linux** only tested on **Ubuntu 22.04** on **X11**.
|
> **Linux** only tested on **Ubuntu 22.04** on **X11**.
|
||||||
|
|
||||||
## How to use
|
## How to Use
|
||||||
|
|
||||||
**To use this tool, you need to install Git(>=2.23.0) first.**
|
**To use this tool, you need to install Git(>=2.23.0) first.**
|
||||||
|
|
||||||
You can download the latest stable from [Releases](https://github.com/sourcegit-scm/sourcegit/releases/latest) or download workflow artifacts from [Github Actions](https://github.com/sourcegit-scm/sourcegit/actions) to try this app based on latest commits.
|
You can download the latest stable from [Releases](https://github.com/sourcegit-scm/sourcegit/releases/latest) or download workflow artifacts from [Github Actions](https://github.com/sourcegit-scm/sourcegit/actions) to try this app based on latest commits.
|
||||||
|
|
||||||
|
This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationData}/SourceGit"`, which is platform-dependent, to store user settings, downloaded avatars and crash logs.
|
||||||
|
|
||||||
|
| OS | PATH |
|
||||||
|
| --- | --- |
|
||||||
|
| Windows | `C:\Users\USER_NAME\AppData\Roaming\SourceGit` |
|
||||||
|
| Linux | `/home/USER_NAME/.config/SourceGit` |
|
||||||
|
| macOS | `/Users/USER_NAME/.config/SourceGit` |
|
||||||
|
|
||||||
For **Windows** users:
|
For **Windows** users:
|
||||||
|
|
||||||
* **MSYS Git is NOT supported**. Please use official [Git for Windows](https://git-scm.com/download/win) instead.
|
* **MSYS Git is NOT supported**. Please use official [Git for Windows](https://git-scm.com/download/win) instead.
|
||||||
|
|
Loading…
Reference in a new issue