From f9834c4bc4f667bb7a0e18af019fb21eb69ae0a9 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 13 Jan 2021 14:54:46 +0000 Subject: [PATCH] README: update installation instructions - Add link to PyPI, which was overlooked in 1c14b8a22f33a5ddeeee0811d91a6a63b1ab5e5e - Add link to Homebrew and remove the assertion that it's only for macOS --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c974f1..d44ffae 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Bash completion requires Git's completion being available. ## Installation -`git-imerge` is available on PyPI_, so you can install it with `pip`: +`git-imerge` is available on [PyPI](https://pypi.org), so you can install it with `pip`: $ pip install git-imerge @@ -45,7 +45,7 @@ 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`: +If you prefer, you can use [Homebrew](https://brew.sh) to install `git-imerge`: $ brew install git-imerge @@ -258,7 +258,7 @@ When `git imerge continue` or `git imerge record` finds a resolved merge in the ## Testing -`git-imerge` uses [`tox`](https://tox.readthedocs.io/) to run tests. To run the test suite with the system's default Python: +`git-imerge` uses [`tox`](https://tox.readthedocs.io) to run tests. To run the test suite with the system's default Python: $ tox