aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-04-11 14:14:27 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-04-11 14:14:27 -0700
commit228197185ea19545293f1e27a2e21bf21b1e152c (patch)
treeb8b475a85d191b0c5d5a1a7c41fb38b590d9566f
parent70e35b7017b830705125a401aae2c6e283495220 (diff)
parent5dc7b1122995bdc9d00076874c52b4cb6bfd1322 (diff)
downloadmitmproxy-228197185ea19545293f1e27a2e21bf21b1e152c.tar.gz
mitmproxy-228197185ea19545293f1e27a2e21bf21b1e152c.tar.bz2
mitmproxy-228197185ea19545293f1e27a2e21bf21b1e152c.zip
Merge branch 'master' of https://github.com/mitmproxy/mitmproxy
-rw-r--r--docs/install.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 3300807b..fcdfc8c9 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -29,6 +29,17 @@ Then see the Hacking_ section of the README on GitHub.
+.. _install-arch:
+
+Installation On Arch Linux
+----------------------
+
+mitmproxy has been added into the [community] repository. Use pacman to install it:
+
+>>> sudo pacman -S mitmproxy
+
+
+
Installation On Mac OS X
------------------------