diff --git a/README.md b/README.md new file mode 100644 index 00000000000..8ffe121de5f --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +Tor +------------ + +INTRODUCTION +------------ +Tor protects your privacy on the internet by hiding the connection +between your Internet address and the services you use. We believe Tor +is reasonably secure, but please ensure you read the instructions and +configure it properly. + +Build Instructions +------------ +To build Tor from source run +```Bash +./configure && make && make install +``` + +To build tor from the git repository run +```Bash +sh autogen.sh && ./configure && make && make install +``` + +Download +--------------- + +You can download the latest version from the [Tor Download page](https://www.torproject.org/download/download.html) + +Documentation +------- +Documentation, including links to installation and setup instructions can be found at
[www.torproject.org/docs/documentation.html](https://www.torproject.org/docs/documentation.html) + +FAQs +------------ +Frequently asked question can be found here +
[www.torproject.org/docs/faq.html]( https://www.torproject.org/docs/faq.html) + +Release Timeline +------- +[https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/CoreTorReleases](https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/CoreTorReleases) + +To get started working on Tor development: +
See the doc/HACKING directory.