Add note about binary packages to README

This commit is contained in:
Martin Frost 2021-08-19 00:04:35 +02:00 committed by Martin Frost
parent 1971673660
commit e2d54e40ff
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@ It is essentially a Rust clone of the [git-mob NPM package](https://www.npmjs.co
## Install ## Install
### Windows, MacOS, or Ubuntu
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`.
### From source
Just run `cargo install git_mob` and you should be all set. Just run `cargo install git_mob` and you should be all set.
## A note on commit template and git-mob ## A note on commit template and git-mob