Update README with brew installation instructions

Co-authored-by: Maria Hansson <mariahansson92@hotmail.com>
This commit is contained in:
Martin Frost 2021-08-20 22:18:49 +02:00
parent 95adc9a16d
commit bb38091506
1 changed files with 9 additions and 1 deletions

View File

@ -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`.