Skip to content

Commit 9bde208

Browse files
authored
Merge pull request mhagger#181 from waldyrious/patch-1
README: update installation instructions
2 parents 55fa079 + f9834c4 commit 9bde208

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Bash completion requires Git's completion being available.
3636

3737
## Installation
3838

39-
`git-imerge` is available on PyPI_, so you can install it with `pip`:
39+
`git-imerge` is available on [PyPI](https://pypi.org), so you can install it with `pip`:
4040

4141
$ pip install git-imerge
4242

@@ -45,7 +45,7 @@ or using `setup.py` if you have downloaded the source package locally:
4545

4646
$ python setup.py install
4747

48-
If you are on macOS, you can use Homebrew to install `git-imerge`:
48+
If you prefer, you can use [Homebrew](https://brew.sh) to install `git-imerge`:
4949

5050
$ brew install git-imerge
5151

@@ -258,7 +258,7 @@ When `git imerge continue` or `git imerge record` finds a resolved merge in the
258258

259259
## Testing
260260

261-
`git-imerge` uses [`tox`](https://tox.readthedocs.io/) to run tests. To run the test suite with the system's default Python:
261+
`git-imerge` uses [`tox`](https://tox.readthedocs.io) to run tests. To run the test suite with the system's default Python:
262262

263263
$ tox
264264

0 commit comments

Comments
 (0)