]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
tell people the default location of torrc
authorRoger Dingledine <arma@torproject.org>
Fri, 30 Apr 2004 04:12:57 +0000 (04:12 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 30 Apr 2004 04:12:57 +0000 (04:12 +0000)
svn:r1753

README

diff --git a/README b/README
index 3d0e96ddabc67e2966cc88952a4e6004aa0c0e23..9f8c9be3f9d93da2c70cca44ac628b5633e49374 100644 (file)
--- a/README
+++ b/README
@@ -17,8 +17,9 @@ doesn't work for you.
 
 Do you want to run a tor server?
 
-  First, copy torrc.sample to torrc and edit the middle part. Create
-  the DataDirectory, and make sure it's owned by whoever will be running
+  First, copy torrc.sample to torrc (by default it's in
+  /usr/local/etc/tor/), and edit the middle part. Create the
+  DataDirectory, and make sure it's owned by whoever will be running
   tor. Fix your system clock so it's not too far off. Make sure name
   resolution works.
 
@@ -32,11 +33,11 @@ Do you want to run a tor server?
 
 Do you want to run a hidden service?
 
-  Copy torrc.sample to torrc, and edit the bottom part. Then run Tor. It
-  will create each HiddenServiceDir you have configured, and it will
-  create a 'hostname' file which specifies the url (xyz.onion) for that
-  service. You can tell people the url, and they can connect to it via
-  their Tor proxy.
+  Copy torrc.sample to torrc (by default it's in /usr/local/etc/tor/), and
+  edit the bottom part. Then run Tor. It will create each HiddenServiceDir
+  you have configured, and it will create a 'hostname' file which
+  specifies the url (xyz.onion) for that service. You can tell people
+  the url, and they can connect to it via their Tor proxy.
 
 Configuring tsocks: