diff options
author | Felix Yan <felixonmars@archlinux.org> | 2016-04-11 13:47:48 -0500 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-04-11 11:47:48 -0700 |
commit | 5dc7b1122995bdc9d00076874c52b4cb6bfd1322 (patch) | |
tree | 8cfe8d968b2021d0bf323de7d670f07c9c747176 /docs | |
parent | 7208a7543f4ad04cfbf304a66ea857540dbb0989 (diff) | |
download | mitmproxy-5dc7b1122995bdc9d00076874c52b4cb6bfd1322.tar.gz mitmproxy-5dc7b1122995bdc9d00076874c52b4cb6bfd1322.tar.bz2 mitmproxy-5dc7b1122995bdc9d00076874c52b4cb6bfd1322.zip |
Add installation instructions for Arch Linux (#1079)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 11 |
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 ------------------------ |