From 1f0c55a942ef1e36d21e2d8006a1585ad4cf2700 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 16 Jun 2015 03:30:34 +0200 Subject: [PATCH] add hacking section --- README.mkd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.mkd b/README.mkd index 33d50b291..7039e2036 100644 --- a/README.mkd +++ b/README.mkd @@ -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).