diff options
author | Roger Dingledine <arma@torproject.org> | 2004-03-04 17:17:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-03-04 17:17:24 +0000 |
commit | ce623a62019790ab83df3ff7da0a218ca9d95594 (patch) | |
tree | ba447727fd85c31f9edde84d8c48ecf540e740f2 /INSTALL | |
parent | e2e6909cfd3cc67b03a67d918aa1c6b847094b04 (diff) | |
download | tor-ce623a62019790ab83df3ff7da0a218ca9d95594.tar.gz tor-ce623a62019790ab83df3ff7da0a218ca9d95594.zip |
note that make install requires root
svn:r1228
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 +4) make install (as root) 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 |