aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-10-11 22:38:44 +0000
committerRoger Dingledine <arma@torproject.org>2003-10-11 22:38:44 +0000
commitac5152d82263888172af285b3e19fee6377597e3 (patch)
tree127144d6df5429cb5be1a47b7cdd516c90ca38ed /README
parent11633d8a45940462cf8d68737e2e95fc9ede346a (diff)
downloadtor-ac5152d82263888172af285b3e19fee6377597e3.tar
tor-ac5152d82263888172af285b3e19fee6377597e3.tar.gz
clarifications from weasel
svn:r575
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 8fe1bebbc..ecadb0400 100644
--- a/README
+++ b/README
@@ -26,6 +26,7 @@ Do you want to run a tor server?
Command-line web browsing:
+ (First, install and configure Privoxy as described in INSTALL.)
For more convenient command-line use, I recommend making a ~/.wgetrc
with the line
http_proxy=http://localhost:8118
@@ -50,7 +51,7 @@ How to use it for ssh:
server = 127.0.0.1
(I had to "cd /usr/lib; ln -s /lib/libtsocks.so" to get the tsocks
library working after install, since my libpath didn't include /lib.)
- Then you can do "tsocks ssh arma@moria.mit.edu". But note that since
+ Then you can do "tsocks ssh arma@moria.mit.edu". But note that if
ssh is suid root, you either need to do this as root, or cp a local
version of ssh that isn't suid.