You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Opensource Git GUI client.
41
41
42
42
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.
43
43
44
-
This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationData}/SourceGit"`, which is platform-dependent, to store user settings, downloaded avatars and crash logs.
44
+
This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationData}/SourceGit"`, which is platform-dependent, to store user settings, downloaded avatars and crash logs.
@@ -52,8 +52,16 @@ This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationD
52
52
For **Windows** users:
53
53
54
54
***MSYS Git is NOT supported**. Please use official [Git for Windows](https://git-scm.com/download/win) instead.
55
-
* You can install the latest stable by `winget install SourceGit`.
56
-
- Note: `winget` will install this software as a commandline tool. You need run `SourceGit` from console or `Win+R` at the first time. Then you can add it to the taskbar.
55
+
* You can install the latest stable from `winget` with follow commands:
56
+
```shell
57
+
winget install SourceGit
58
+
```
59
+
> `winget` will install this software as a commandline tool. You need run `SourceGit` from console or `Win+R` at the first time. Then you can add it to the taskbar.
60
+
* You can install the latest stable by `scoope` with follow commands:
61
+
```shell
62
+
scoop bucket add extras
63
+
scoop install sourcegit
64
+
```
57
65
* Portable versions can be found in [Releases](https://github.com/sourcegit-scm/sourcegit/releases/latest)
58
66
59
67
For **macOS** users:
@@ -68,7 +76,7 @@ For **Linux** users:
68
76
69
77
*`xdg-open` must be installed to support open native file manager.
70
78
* Make sure [git-credential-manager](https://github.com/git-ecosystem/git-credential-manager/releases) is installed on your linux.
71
-
* Maybe you need to set environment variable `AVALONIA_SCREEN_SCALE_FACTORS`. See https://github.com/AvaloniaUI/Avalonia/wiki/Configuring-X11-per-monitor-DPI.
79
+
* Maybe you need to set environment variable `AVALONIA_SCREEN_SCALE_FACTORS`. See https://github.com/AvaloniaUI/Avalonia/wiki/Configuring-X11-per-monitor-DPI.
72
80
73
81
## External Tools
74
82
@@ -82,7 +90,7 @@ This app supports open repository in external tools listed in the table below.
0 commit comments