diff options
author | Andrew Lewman <andrew@torproject.org> | 2005-06-15 02:01:27 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2005-06-15 02:01:27 +0000 |
commit | 3bbb14f8fdb102f285760093f6605b16e1fb52e3 (patch) | |
tree | 6cfd493df89eebffdd7007a6957274421b33ef0c /doc/tor-doc.html | |
parent | fd4cf06e6de9524a2ba9c3f3b6833376a9bbade4 (diff) | |
download | tor-3bbb14f8fdb102f285760093f6605b16e1fb52e3.tar.gz tor-3bbb14f8fdb102f285760093f6605b16e1fb52e3.zip |
Updated path in tor-doc.html#server to correct for MS Windows user's
local Application Data dir
svn:r4429
Diffstat (limited to 'doc/tor-doc.html')
-rw-r--r-- | doc/tor-doc.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 542298bc01..506b0ac2e7 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -269,9 +269,7 @@ you will need to copy torrc.sample to torrc first. Look for them in for torrc: <ul><li>in <tt>/etc/torrc</tt> or <tt>/etc/tor/torrc</tt> on Unix.</li> <li>in <tt>/Library/Tor/torrc</tt> on Macintosh OS X.</li> - <li>in <tt>\Application Data\tor\torrc</tt> or in - <tt>\Application Data\</tt><i>username</i><tt>\tor\torrc</tt> - on Windows.</li> + <li>in <tt>\Application Data\tor\torrc</tt> or in <tt>\<i>username</i>\Application Data\tor\torrc</tt> on Windows.</li> </ul> Make sure to define at least Nickname and ORPort. Create the DataDirectory if necessary, and make |