Skip to content

Commit

Permalink
Merge pull request #181 from waldyrious/patch-1
Browse files Browse the repository at this point in the history
README: update installation instructions
  • Loading branch information
mhagger authored Jan 15, 2021
2 parents 55fa079 + f9834c4 commit 9bde208
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 9bde208

Please sign in to comment.