0.4.4.5 releasenotes: more sorting.
[tor.git] / README
blob9bbf027d70ced38c86e644362eab0fccfb91a829
1 Tor protects your privacy on the internet by hiding the connection
2 between your Internet address and the services you use. We believe Tor
3 is reasonably secure, but please ensure you read the instructions and
4 configure it properly.
6 To build Tor from source:
7         ./configure && make && make install
9 To build Tor from a just-cloned git repository:
10         sh autogen.sh && ./configure && make && make install
12 Home page:
13         https://www.torproject.org/
15 Download new versions:
16         https://www.torproject.org/download/download.html
18 Documentation, including links to installation and setup instructions:
19         https://www.torproject.org/docs/documentation.html
21 Making applications work with Tor:
22         https://wiki.torproject.org/projects/tor/wiki/doc/TorifyHOWTO
24 Frequently Asked Questions:
25         https://www.torproject.org/docs/faq.html
27 Release timeline:
28          https://trac.torproject.org/projects/tor/wiki/org/teams/NetworkTeam/CoreTorReleases
30 To get started working on Tor development:
31         See the doc/HACKING directory.