[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Fox tor-doc-unix.wml: make version number latest, not 0.1.0...
Update of /home/or/cvsroot/website/docs/en
In directory moria:/tmp/cvs-serv23490
Modified Files:
tor-doc-unix.wml
Log Message:
Fox tor-doc-unix.wml: make version number latest, not 0.1.0.15. Patch from nile.
Index: tor-doc-unix.wml
===================================================================
RCS file: /home/or/cvsroot/website/docs/en/tor-doc-unix.wml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -d -r1.9 -r1.10
--- tor-doc-unix.wml 19 Apr 2006 03:07:17 -0000 1.9
+++ tor-doc-unix.wml 11 Aug 2006 21:57:57 -0000 1.10
@@ -31,9 +31,10 @@ Red Hat, Gentoo, *BSD, etc there too.
<p>If you're building from source, first install <a
href="http://www.monkey.org/~provos/libevent/">libevent</a>, and
make sure you have openssl and zlib (including the -devel packages if
-applicable). Then Run <tt>tar xzf tor-0.1.0.15.tar.gz;
-cd tor-0.1.0.15</tt>. Then <tt>./configure && make</tt>. Now you
-can run tor as <tt>src/or/tor</tt>, or you can run <tt>make install</tt>
+applicable). Then run:<br />
+<tt>tar xzf tor-<version-stable>.tar.gz; cd tor-<version-stable><br />
+./configure && make</tt><br />
+Now you can run tor as <tt>src/or/tor</tt>, or you can run <tt>make install</tt>
(as root if necessary) to install it into /usr/local/, and then you can
start it just by running <tt>tor</tt>.
</p>