Merge branch 'maint-0.4.5' into maint-0.4.6
[tor.git] / README
blob397f6b927efc53f678934b517761df3b36c88016
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://gitlab.torproject.org/legacy/trac/-/wikis/doc/TorifyHOWTO
24 Frequently Asked Questions:
25         https://www.torproject.org/docs/faq.html
27 Release timeline:
28         https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/CoreTorReleases
30 To get started working on Tor development:
31         See the doc/HACKING directory.