aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-02-07 09:45:27 -0500
committerDavid Goulet <dgoulet@torproject.org>2022-02-07 09:56:00 -0500
commitb2a74471832fb9aee3eab154678cb2d826fdd36e (patch)
tree0af17c58be25aa8c53db2286bddadc06df47d5d2 /README
parent2176354e223a51399afab4bd0a0b57e09f4e0c72 (diff)
downloadtor-b2a74471832fb9aee3eab154678cb2d826fdd36e.tar.gz
tor-b2a74471832fb9aee3eab154678cb2d826fdd36e.zip
readme: Update and modernize with markdown
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 0 insertions, 33 deletions
diff --git a/README b/README
deleted file mode 100644
index a1421e5186..0000000000
--- a/README
+++ /dev/null
@@ -1,33 +0,0 @@
-[![pipeline status](https://gitlab.torproject.org/tpo/core/tor/badges/main/pipeline.svg)](https://gitlab.torproject.org/tpo/core/tor/-/commits/main)
-
-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.
-
-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.