From 651c5935cd40efb1cbb97d607609c855f50d0681 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sun, 7 May 2023 13:44:25 +0800 Subject: [PATCH] Link to a list of distros instead of one specific distro Use Repology as the list source, since it is an open source service and monitors lots of different distros with git-imerge packages. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d44ffae..3e1d926 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,12 @@ Bash completion requires Git's completion being available. $ pip install git-imerge - or using `setup.py` if you have downloaded the source package locally: $ python setup.py install -If you prefer, you can use [Homebrew](https://brew.sh) to install `git-imerge`: - - $ brew install git-imerge +`git-imerge` is also available to install from several distro +[packages](https://repology.org/project/git-imerge/versions). ## Instructions