From 7a867e3ccb85e774241731efbfb7086341581c85 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 8 Mar 2024 16:45:30 +0800 Subject: [PATCH] update: README.md add tips for Linux users --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ab241e4..10270300 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Opensouce Git GUI client. ## High-lights -* Supports Windows/macOS +* Supports Windows/macOS/Linux * Opensource/Free * Fast * English/简体中文 @@ -30,15 +30,21 @@ Opensouce Git GUI client. **To use this tool, you need to install Git first.** -Download pre-build binaries:[Releases](https://github.com/sourcegit-scm/sourcegit/releases) +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 each commits. + For **macOS** users: -* Download `SourceGit.macOS.zip`. +* Download `SourceGit.macOS.zip` from Releases. * 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. +For **Linux** users: + +* `xdg-open` must be installed to support open native file manager. +* Only tested on `Ubuntu 22.04`. + ## Screen Shots * Drak Theme