Skip to content

Commit 3e6e0be

Browse files
committed
readme: update macOS usage (#609)
Signed-off-by: leo <[email protected]>
1 parent 216d2d0 commit 3e6e0be

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,16 @@ For **Windows** users:
8484

8585
For **macOS** users:
8686

87-
* Download `sourcegit_x.y.osx-x64.zip` or `sourcegit_x.y.osx-arm64.zip` from Releases. `x64` for Intel and `arm64` for Apple Silicon.
88-
* Move `SourceGit.app` to `Applications` folder.
89-
* Make sure your mac trusts all software from anywhere. For more information, search `spctl --master-disable`.
87+
* Thanks [@ybeapps](https://github.com/ybeapps) for making `SourceGit` available on `Homebrew`. You can simply install it with following command:
88+
```shell
89+
brew tap ybeapps/homebrew-sourcegit
90+
brew install --cask --no-quarantine sourcegit
91+
```
92+
* If you want to install `SourceGit.app` from Github Release manually, you need run following command to make sure it works:
93+
```shell
94+
sudo xattr -cr /Applications/SourceGit.app
95+
```
9096
* Make sure [git-credential-manager](https://github.com/git-ecosystem/git-credential-manager/releases) is installed on your mac.
91-
* You may need to run `sudo xattr -cr /Applications/SourceGit.app` to make sure the software works.
9297
* You can run `echo $PATH > ~/Library/Application\ Support/SourceGit/PATH` to generate a custom PATH env file to introduce `PATH` env to SourceGit.
9398

9499
For **Linux** users:

0 commit comments

Comments
 (0)