diff options
author | Roger Dingledine <arma@torproject.org> | 2003-12-30 23:02:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-12-30 23:02:27 +0000 |
commit | 2b765c54f503679efbdf6ff7dfc6c8820e8ecc7e (patch) | |
tree | a55dddb5c0a697ca7654f53873eda7a21a43b715 /INSTALL | |
parent | 8085235e5f44cc21a6d723a73142831b6bdd718a (diff) | |
download | tor-2b765c54f503679efbdf6ff7dfc6c8820e8ecc7e.tar.gz tor-2b765c54f503679efbdf6ff7dfc6c8820e8ecc7e.zip |
rearrange authors, correct install notes
svn:r962
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ Quickstart version for users: 0) Download the absolute newest version. No, really. http://freehaven.net/tor/dist/ 1) tar xvf it, and then cd into the directory. -2) ./configure (or do the two-line version in the README, if you're on bsd) +2) ./configure (or do the two-line version below, if you're on bsd) 3) make 4) make install 5) tor (if it doesn't work, give it the whole path or fix your path) @@ -15,8 +15,8 @@ Quickstart version for users: allows you to test to make sure tor is installed correctly. (If you have a personal firewall, be sure to allow connections to localhost port 9050.) - (If you're using Safari as your browser, keep in mind that it claims - to support socks but does not. You must do step 8.) + (If you're using Safari as your browser, keep in mind that OS X before + 10.3 claims to support socks but does not. You must do step 8.) 7) make sure you've set it up correctly: go to http://www.junkbusters.com/cgi-bin/privacy and see what IP it says you're coming from. If it works, you should probably go on to step 8, |