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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,15 +104,17 @@ For **Windows** users:
104
104
105
105
For **macOS** users:
106
106
107
-
* Thanks [@ybeapps](https://github.com/ybeapps) for making `SourceGit` available on `Homebrew`. You can simply install it with following command:
107
+
* Thanks [@ybeapps](https://github.com/ybeapps) for making `SourceGit` available on `Homebrew`:
108
108
```shell
109
-
brew tap ybeapps/homebrew-sourcegit
110
-
brew install --cask --no-quarantine sourcegit
109
+
brew install --cask sourcegit
111
110
```
112
111
* If you want to install `SourceGit.app` from GitHub Release manually, you need run following command to make sure it works:
113
112
```shell
114
113
sudo xattr -cr /Applications/SourceGit.app
115
114
```
115
+
> [!NOTE]
116
+
> macOS packages in the `Release` page of this project are all unsigned. If you are worried about potential security issues with the above command, you can download the signed package from the [distribution repository](https://github.com/ybeapps/homebrew-sourcegit/releases) provided by [@ybeapps](https://github.com/ybeapps) (there is no need to execute the above command while installing `SourceGit`).
117
+
116
118
* Make sure [git-credential-manager](https://github.com/git-ecosystem/git-credential-manager/releases) is installed on your mac.
117
119
* You can run `echo $PATH > ~/Library/Application\ Support/SourceGit/PATH` to generate a custom PATH env file to introduce `PATH` env to SourceGit.
0 commit comments