diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-08 11:52:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-08 11:52:27 -0400 |
commit | 9e461588a6c4bebe18e7172b37bbb9e482e1fc8d (patch) | |
tree | 091addf0130a71882771bada070af163d5ba540c /doc/HACKING | |
parent | f3804a4d6f488e2cd35001ec856ebc79ed769bbb (diff) | |
download | tor-9e461588a6c4bebe18e7172b37bbb9e482e1fc8d.tar.gz tor-9e461588a6c4bebe18e7172b37bbb9e482e1fc8d.zip |
Add my draft (in-progress) guide to getting started on tor development
Diffstat (limited to 'doc/HACKING')
-rw-r--r-- | doc/HACKING | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/HACKING b/doc/HACKING index e92d675a43..5a1454e65f 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -1,7 +1,7 @@ Hacking Tor: An Incomplete Guide ================================ -Getting started +Important links --------------- For full information on how Tor is supposed to work, look at the files in @@ -19,6 +19,9 @@ discussion belong on the tor-dev mailing list. We hang around on irc.oftc.net, with general discussion happening on #tor and development happening on #tor-dev. +For a nice quick-start guide to hacking on Tor, have a look at +doc/GettingStarted.txt, included with the Tor distribution. + How we use Git branches ----------------------- |