diff options
author | Roger Dingledine <arma@torproject.org> | 2003-02-14 04:09:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-02-14 04:09:56 +0000 |
commit | add81a7a6537f18c308efe44e570992741df5737 (patch) | |
tree | 8513b781d779a2f4eab9afd73644526234575512 /README | |
parent | 0bc8dc1314652e8b5ccaa89a98c1a9922422ae1d (diff) | |
download | tor-add81a7a6537f18c308efe44e570992741df5737.tar.gz tor-add81a7a6537f18c308efe44e570992741df5737.zip |
a new TODO file with more details
svn:r155
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ Dependencies: For tor itself, you're going to need openssl (0.9.5 or later -- including the dev stuff and includes). If you're on Linux, everything will probably work fine. OS X and BSD (but see below under - troubleshooting) now work too. Let us know if you get it working + troubleshooting) may work too. Let us know if you get it working elsewhere. If you got the source from cvs: @@ -90,7 +90,7 @@ How to use it: For more convenient command-line use, I recommend making a ~/.wgetrc with the line - http_proxy=localhost:8118 + http_proxy=http://localhost:8118 Then you can do things like "wget seul.org" and watch as it downloads from the onion routing network. |