diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-06-16 03:30:34 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-06-16 03:30:34 +0200 |
commit | 1f0c55a942ef1e36d21e2d8006a1585ad4cf2700 (patch) | |
tree | 31eacb6f13179aab658eaea64557bc747b654562 | |
parent | d8db9330a01cfab2603c8ad465c0ba00e8310994 (diff) | |
download | mitmproxy-1f0c55a942ef1e36d21e2d8006a1585ad4cf2700.tar.gz mitmproxy-1f0c55a942ef1e36d21e2d8006a1585ad4cf2700.tar.bz2 mitmproxy-1f0c55a942ef1e36d21e2d8006a1585ad4cf2700.zip |
add hacking section
-rw-r--r-- | README.mkd | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,3 +17,8 @@ Requirements * [Python](http://www.python.org) 2.7.x. * Third-party packages listed in [setup.py](https://github.com/mitmproxy/netlib/blob/master/setup.py) + +Hacking +------- + +If you'd like to work on netlib, check out the instructions in mitmproxy's [README](https://github.com/mitmproxy/mitmproxy#hacking). |