diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2016-06-02 20:06:24 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2016-06-02 20:06:24 +0200 |
commit | 66ec1940ac96c0978ca83e7f9b737b050cd7df1c (patch) | |
tree | 8a527c4c6b5ba506f67ad391be464984694145dc | |
parent | d84610a41db70b073d2fbdbd36d7d12792cc9da3 (diff) | |
parent | 2ca066b7d65b0ca4993f272d65870033c00ab8ad (diff) | |
download | mitmproxy-66ec1940ac96c0978ca83e7f9b737b050cd7df1c.tar.gz mitmproxy-66ec1940ac96c0978ca83e7f9b737b050cd7df1c.tar.bz2 mitmproxy-66ec1940ac96c0978ca83e7f9b737b050cd7df1c.zip |
Merge pull request #1198 from s4chin/add-install-instructions
Add installation section to README
-rw-r--r-- | README.rst | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -28,6 +28,13 @@ You can join our developer chat on Slack. |slack| +Installation +------------ + +The installation instructions are `here <http://docs.mitmproxy.org/en/stable/install.html>`_. +If you want to contribute changes, see the section on hacking. + + Hacking ------- |