diff options
author | Roger Dingledine <arma@torproject.org> | 2004-03-04 17:19:32 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-03-04 17:19:32 +0000 |
commit | 9944ad6b25dd6d47ddca68921ad2547c64365067 (patch) | |
tree | 79da079cfc3be18bbe1493e82522644814cc7222 /INSTALL | |
parent | ce623a62019790ab83df3ff7da0a218ca9d95594 (diff) | |
download | tor-9944ad6b25dd6d47ddca68921ad2547c64365067.tar tor-9944ad6b25dd6d47ddca68921ad2547c64365067.tar.gz |
ok ok only requires root if it requires root
svn:r1229
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ Quickstart version for users: 1) tar xvf it, and then cd into the directory. 2) ./configure 3) make -4) make install (as root) +4) make install (as root if necessary) 5) tor (if it doesn't work, give it the whole path or fix your path) You don't need to run this as root, and you probably shouldn't. (If you're having problems, try running it with "-l info" to get |