diff options
author | Roger Dingledine <arma@torproject.org> | 2010-02-22 00:41:48 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-02-22 00:41:48 -0500 |
commit | ee8b0893af47ec3e2f6dcc459a10d4a3ad45434a (patch) | |
tree | ba218198d6a0a9ac6fd8fe925a49aebbf698dd34 | |
parent | 92546559246416cffc196365bead280e9cb0f073 (diff) | |
download | tor-ee8b0893af47ec3e2f6dcc459a10d4a3ad45434a.tar.gz tor-ee8b0893af47ec3e2f6dcc459a10d4a3ad45434a.zip |
we have two faqs for now
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ is reasonably secure, but please ensure you read the instructions and configure it properly. To build Tor from source: - ./configure; make; make install + ./configure && make && make install Home page: https://www.torproject.org/ @@ -19,5 +19,6 @@ Making applications work with Tor: https://wiki.torproject.org/noreply/TheOnionRouter/TorifyHOWTO Frequently Asked Questions: + https://www.torproject.org/faq.html https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ |