Format the Linux TBB instructions better
Robert Ransom

Robert Ransom commited on 2011-04-01 04:19:03
Zeige 1 geänderte Dateien mit 4 Einfügungen und 4 Löschungen.

... ...
@@ -221,11 +221,11 @@ href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbun
221 221
     <a id="Linux"></a>
222 222
     <h3><a class="anchor" href="#Linux">Linux instructions</a></h3>
223 223
     <p>Download the architecture-appropriate file above, save it somewhere, then
224
-    run:<br> tar -xvzf
225
-    tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-LANG.tar.gz or 
226
-    tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-LANG.tar.gz (where
224
+    run:<br> <code>tar -xvzf
225
+    tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<var>LANG</var>.tar.gz</code> or
226
+    <code>tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-<var>LANG</var>.tar.gz</code> (where
227 227
     LANG is the language listed in the filename), and either double click on the
228
-    directory or cd into it, then execute the <strong>start-tor-browser</strong>
228
+    directory or <code>cd</code> into it, then execute the <strong>start-tor-browser</strong>
229 229
     script. This will launch Vidalia and once that connects to Tor, it will launch
230 230
     Firefox.</p>
231 231
     
232 232