aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-10-18 00:44:10 +0000
committerRoger Dingledine <arma@torproject.org>2003-10-18 00:44:10 +0000
commit99811770019ad27a9a2a9a6b39051f3115c1ebc8 (patch)
tree054b163637e56750ac454cc6dc05557c725cfc89 /INSTALL
parent193383b70aa1b0b33a85268196beb1cc29322850 (diff)
downloadtor-99811770019ad27a9a2a9a6b39051f3115c1ebc8.tar
tor-99811770019ad27a9a2a9a6b39051f3115c1ebc8.tar.gz
update install and readme: people should now do 'make install'
svn:r618
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 791255d08..26847de09 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,12 @@
Quickstart version for users:
0) Download the absolute newest version. No, really.
- http://freehaven.net/tor/
+ 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)
3) make
-4) cd src/config
-5) ../or/tor -f oprc
+4) make install
+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.
(Once you're comfortable running it, you can run it with "-l warn",
which will only log things that you need to know.)