Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down