Merge "explain how to install git-review on Arch Linux"

This commit is contained in:
Jenkins 2017-04-21 15:43:16 +00:00 committed by Gerrit Code Review
commit 5de0c630da
1 changed files with 5 additions and 0 deletions

View File

@ -144,6 +144,11 @@ under the name python-git-review, so install it as any other package::
zypper in python-git-review
On Arch Linux, git-review is included into the distribution, so
install it as any other package::
pacman -S git-review
On Mac OS X, or most other Unix-like systems, you may install it with
`pip <http://pip.readthedocs.org/en/latest/installing.html>`_::