README 826 B

1234567891011121314151617181920212223242526
  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.
  5. To build Tor from source:
  6. ./configure && make && make install
  7. Home page:
  8. https://www.torproject.org/
  9. Download new versions:
  10. https://www.torproject.org/download/download.html
  11. Documentation, including links to installation and setup instructions:
  12. https://www.torproject.org/docs/documentation.html
  13. Making applications work with Tor:
  14. https://wiki.torproject.org/projects/tor/wiki/doc/TorifyHOWTO
  15. Frequently Asked Questions:
  16. https://www.torproject.org/docs/faq.html
  17. To get started working on Tor development:
  18. See the doc/HACKING file.