Skip to content

Commit

Permalink
Merge 1a4d50d into e247aab
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuio committed May 20, 2021
2 parents e247aab + 1a4d50d commit 49ac216
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<a href="https://torproject.org"><img src='https://www.torproject.org/static/images/tor-logo/Color.png' alt="Tor"></img></a>
------------

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 <br>[www.torproject.org/docs/documentation.html](https://www.torproject.org/docs/documentation.html)

FAQs
------------
Frequently asked question can be found here
<br>[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:
<br> See the doc/HACKING directory.

0 comments on commit 49ac216

Please sign in to comment.