aboutsummaryrefslogtreecommitdiff
path: root/doc/HACKING/GettingStarted.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/HACKING/GettingStarted.txt')
-rw-r--r--doc/HACKING/GettingStarted.txt29
1 files changed, 27 insertions, 2 deletions
diff --git a/doc/HACKING/GettingStarted.txt b/doc/HACKING/GettingStarted.txt
index 1f4b43430d..a5fcfb7b33 100644
--- a/doc/HACKING/GettingStarted.txt
+++ b/doc/HACKING/GettingStarted.txt
@@ -192,9 +192,34 @@ Once you've reached this point, here's what you need to know.
Where do I go from here?
------------------------
-doc/HACKING
-doc/WritingTests.txt
+More helpful resources
+----------------------
+
+
+For full information on how Tor is supposed to work, look at the files in
+https://gitweb.torproject.org/torspec.git/tree
+
+For an explanation of how to change Tor's design to work differently, look at
+https://gitweb.torproject.org/torspec.git/blob_plain/HEAD:/proposals/001-process.txt
+
+For the latest version of the code, get a copy of git, and
+
+ git clone https://git.torproject.org/git/tor
+
+We talk about Tor on the tor-talk mailing list. Design proposals and
+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.
+
+The other files in this "HACKING" directory may also be useful as you
+get started working with Tor.
+
+Happy hacking!
+
+XXXXX also describe
+
+doc/HACKING/WritingTests.txt
torguts.git