Author: rransom Date: 2011-04-01 02:19:03 +0000 (Fri, 01 Apr 2011) New Revision: 24521
Modified: website/trunk/projects/en/torbrowser.wml Log: Format the Linux TBB instructions better
Modified: website/trunk/projects/en/torbrowser.wml =================================================================== --- website/trunk/projects/en/torbrowser.wml 2011-04-01 01:27:08 UTC (rev 24520) +++ website/trunk/projects/en/torbrowser.wml 2011-04-01 02:19:03 UTC (rev 24521) @@ -221,11 +221,11 @@ <a id="Linux"></a> <h3><a class="anchor" href="#Linux">Linux instructions</a></h3> <p>Download the architecture-appropriate file above, save it somewhere, then - run:<br> tar -xvzf - tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-LANG.tar.gz or - tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-LANG.tar.gz (where + run:<br> <code>tar -xvzf + tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<var>LANG</var>.tar.gz</code> or + <code>tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-<var>LANG</var>.tar.gz</code> (where LANG is the language listed in the filename), and either double click on the - directory or cd into it, then execute the <strong>start-tor-browser</strong> + directory or <code>cd</code> into it, then execute the <strong>start-tor-browser</strong> script. This will launch Vidalia and once that connects to Tor, it will launch Firefox.</p>
tor-commits@lists.torproject.org