forward-port the 0.2.4.25 changelog to release-0.2.5 changelog and releasenotes
[tor.git] / README
blobe878476aa6c9c63870f25881093c8eaf695f9540
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 Home page:
10         https://www.torproject.org/
12 Download new versions:
13         https://www.torproject.org/download/download.html
15 Documentation, including links to installation and setup instructions:
16         https://www.torproject.org/docs/documentation.html
18 Making applications work with Tor:
19         https://wiki.torproject.org/projects/tor/wiki/doc/TorifyHOWTO
21 Frequently Asked Questions:
22         https://www.torproject.org/docs/faq.html
25 To get started working on Tor development:
26         See the doc/HACKING file.