From bb380915061fc13b218ea98a6bb21c4e00bde9b4 Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Fri, 20 Aug 2021 22:18:49 +0200 Subject: [PATCH] Update README with brew installation instructions Co-authored-by: Maria Hansson --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec80080..2027723 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,15 @@ It is essentially a Rust clone of the [git-mob NPM package](https://www.npmjs.co ## Install -### Windows, MacOS, or Ubuntu +### MacOS + +If you have [Homebrew](https://brew.sh) installed, you can install `git-mob` using my tap: + + brew install frost/tap/git-mob + +Otherwise, see the section on binary packages + +### Binary packages for MacOS, Ubuntu, and Windows Download the [latest release](https://github.com/Frost/git-mob/releases/latest) and extract it somewhere so that the binaries end up in your `$PATH`.