Skip to content

Commit eac8e20

Browse files
authored
Explain: Brew install (#940)
1 parent cf6f49d commit eac8e20

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,19 @@ With GitUp, you get a truly efficient Git client for Mac:
2626
Getting Started
2727
===============
2828

29-
**Learn all about GitUp and download the latest release from http://gitup.co.**
29+
- Official website: https://gitup.co
30+
31+
## Download:
32+
33+
- Latest release on GitHub: https://github.com/git-up/GitUp/releases
34+
- Homebrew (Not maintained by GitUp developers): `brew install homebrew/cask/gitup` (Note: There is already a formula called gitup, so the full name must be specified!)
3035

3136
**Read the [docs](https://github.com/git-up/GitUp/wiki) and use [GitHub Issues](https://github.com/git-up/GitUp/issues) for support & feedback.**
3237

3338
Releases notes are available at https://github.com/git-up/GitUp/releases. Builds tagged with a `v` (e.g. `v1.2.3`) are released on the "Stable" channel, while builds tagged with a `b` (e.g. `b1234`) are only released on the "Continuous" channel. You can change the update channel used by GitUp in the app preferences.
3439

40+
## Build
41+
3542
To build GitUp yourself, simply run the command `git clone --recursive https://github.com/git-up/GitUp.git` in Terminal, then open the `GitUp/GitUp.xcodeproj` Xcode project and hit Run.
3643

3744
**IMPORTANT:** If you do not have an Apple ID with a developer account for code signing Mac apps, the build will fail with a code signing error. Simply delete the "Code Signing Identity" build setting of the "Application" target to work around the issue:

0 commit comments

Comments
 (0)