File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments