From dcf0cd2e9990d169f353f726a725d423ee5ad5d4 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta 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. Fixes: commit f9834c4bc4f667bb7a0e18af019fb21eb69ae0a9 Fixes: commit d9a654c656d43b44743b7b282afbddcdf4bd5355 Suggested-by: Paul Wise --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d44ffae..384c94c 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,13 @@ 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 +[package managers](https://repology.org/project/git-imerge/versions) +on several platforms. ## Instructions