diff options
author | Roger Dingledine <arma@torproject.org> | 2004-12-17 08:28:36 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-12-17 08:28:36 +0000 |
commit | afec9f233596807b7464060cecfd256f42700e92 (patch) | |
tree | 335a5c10d720e48c446923fca874e44747b3c3e2 | |
parent | 2ccd8cb9f9b9caaeab7bb811e1c92a04f4670193 (diff) | |
download | tor-0.0.9.10.tar.gz tor-0.0.9.10.zip |
simplify install section even moretor-0.0.9.9tor-0.0.9.7tor-0.0.9.6tor-0.0.9.5tor-0.0.9.3tor-0.0.9.2tor-0.0.9.10
svn:r3166
-rw-r--r-- | doc/tor-doc.html | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index a1a08c66de..f681c62453 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -142,25 +142,21 @@ href="http://tor.freehaven.net/dist/">here</a>.</p> <p>If you got Tor from a tarball, unpack it: <tt>tar xzf tor-0.0.9.tar.gz; cd tor-0.0.9</tt>. Run <tt>./configure</tt>, then <tt>make</tt>, and then <tt>make install</tt> (as root if necessary). Then -you can launch tor from the command-line by running <tt>tor</tt>.</p> - -<p>Win32 users can use our Tor installer. It will run Tor in a dos window -so you can see its logs and errors. (You can minimize this window, but -do not close it.) You can edit Tor's configuration by changing the torrc -file that is installed, but the default config should be fine. After -installing Tor, you should install Privoxy and configure it to use Tor -as described <a href="#client">below</a>. -</p> - -<p>Otherwise, if you got it prepackaged (e.g. in the <a +you can launch tor from the command-line by running <tt>tor</tt>. +Otherwise, if you got it prepackaged (e.g. in the <a href="http://packages.debian.org/tor">Debian package</a> or <a href="http://packages.gentoo.org/packages/?category=net-misc;name=tor">Gentoo package</a>), these steps are already done for you, and you may even already have Tor started in the background (logging to /var/log/something).</p> -<p>In any case, see the next section for what to <i>do</i> with it now that -you've got it running.</p> +<p>Win32 users can use our Tor installer. It will run Tor in a dos window +so you can see its logs and errors. (You can minimize this window, but +do not close it.) +</p> + +<p>In any case, see the <a href="#client">next section</a> for what to +<i>do</i> with it now that you've got it running.</p> <a name="client"></a> <h2>Configuring a client</h2> |