README 941 B

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