From 4aa5aec5dd5220c1366a3a79c13833851cb2bcb1 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 18 Oct 2016 16:08:31 +0200 Subject: [PATCH] explain how to install git-review on Arch Linux Mostly a copy-paste of one of the previous paragraphs because there's really nothing unexpected here. Change-Id: I171df25e1801d0eb1f661ac5e7dc7f0787fc9e1d Signed-off-by: Stefan Majewsky --- doc/source/developers.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/developers.rst b/doc/source/developers.rst index db5b8e4..c5b9836 100644 --- a/doc/source/developers.rst +++ b/doc/source/developers.rst @@ -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 `_::