From dc0b33ba21fc5507b67bacd8510fc0946e94cd66 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 26 Feb 2024 10:10:28 +0800 Subject: [PATCH] update: add tips for macOS users --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6fb25c62..7ca23b6a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Opensouce Git GUI client. -> To use this tool, you need to install Git first. - ## High-lights * Supports Windows/macOS @@ -28,9 +26,18 @@ Opensouce Git GUI client. * Revision Diffs * GitFlow support -## Download +## How to use -Pre-build Binaries:[Releases](https://github.com/sourcegit-scm/sourcegit/releases) +**To use this tool, you need to install Git first.** + +Download pre-build binaries:[Releases](https://github.com/sourcegit-scm/sourcegit/releases) + +For **macOS** users: + +* Download `SourceGit.macOS.zip`. +* Choose the app that fits your system's CPU architecture and copy it to Applications. `x64` for Intel and `arm64` for Apple Silicon. +* Make sure your mac trusts all software from anywhere. For more information, search `spctl --master-disable`. +* You may need to run `sudo xattr -cr /Applications/SourceGit.app` to make sure the software works. ## Screen Shots