From e2d54e40ff6caaf26a1cb47914b6229b981b9c2e Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Thu, 19 Aug 2021 00:04:35 +0200 Subject: [PATCH] Add note about binary packages to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 71b803f..ec80080 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ It is essentially a Rust clone of the [git-mob NPM package](https://www.npmjs.co ## 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. ## A note on commit template and git-mob