From d9a654c656d43b44743b7b282afbddcdf4bd5355 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Tue, 12 Jan 2021 17:22:07 -0500 Subject: [PATCH] README: mention Homebrew as a possible installation method on macOS --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 22b3f34..8c974f1 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ or using `setup.py` if you have downloaded the source package locally: $ python setup.py install +If you are on macOS, you can use Homebrew to install `git-imerge`: + + $ brew install git-imerge ## Instructions