File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,16 @@ For **Windows** users:
8484
8585For ** 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
9499For ** Linux** users:
You can’t perform that action at this time.
0 commit comments