Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcloud0b3 authored Jun 15, 2021
1 parent 51bd121 commit 82ba765
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,37 @@ is reasonably secure, but please ensure you read the instructions and
configure it properly.

To build Tor from source:

./configure && make && make install

To build Tor from a just-cloned git repository:

sh autogen.sh && ./configure && make && make install

Home page:

https://www.torproject.org/

Download new versions:

https://www.torproject.org/download/download.html

Documentation, including links to installation and setup instructions:

https://www.torproject.org/docs/documentation.html

Making applications work with Tor:

https://gitlab.torproject.org/legacy/trac/-/wikis/doc/TorifyHOWTO

Frequently Asked Questions:

https://www.torproject.org/docs/faq.html

Release timeline:

https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/CoreTorReleases

To get started working on Tor development:

See the doc/HACKING directory.

0 comments on commit 82ba765

Please sign in to comment.