Make Linux instructions easier to follow for new users, solves #4659
Runa A. Sandvik

Runa A. Sandvik commited on 2012-02-22 23:44:34
Zeige 1 geänderte Dateien mit 15 Einfügungen und 7 Löschungen.

... ...
@@ -424,13 +424,21 @@
424 424
     <a id="Linux"></a>
425 425
     <h3><a class="anchor" href="#Linux">Linux instructions</a></h3>
426 426
     <p>Download the architecture-appropriate file above, save it somewhere, then
427
-    run:<br> <code>tar -xvzf
428
-    tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<var>LANG</var>.tar.gz</code> or
429
-    <code>tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-<var>LANG</var>.tar.gz</code> (where
430
-    <var>LANG</var> is the language listed in the filename), and either double click on the
431
-    directory or <code>cd</code> into it, then execute the <strong>start-tor-browser</strong>
432
-    script. This will launch Vidalia and once that connects to Tor, it will launch
433
-    Firefox Aurora. <em>Do not unpack or run TBB as root.</em></p>
427
+    run one of the following two commands to extract the package archive:<br><br>
428
+    <code>tar -xvzf tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<var>LANG</var>.tar.gz</code>
429
+    <br><br>or<br><br>
430
+    <code>tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-<var>LANG</var>.tar.gz</code>
431
+    <br><br>(where <var>LANG</var> is the language listed in the filename).<br><br>
432
+    Once that's done, switch to the Tor browser directory by running:
433
+    <br><br>
434
+    <code>cd tor-browser_<var>LANG</var></code>
435
+    <br><br>(where <var>LANG</var> is the language listed in the filename).<br><br>
436
+    To run the Tor Browser Bundle, execute the <strong>start-tor-browser</strong> script:
437
+    <br><br>
438
+    <code>./start-tor-browser</code>
439
+    <br><br>
440
+    This will launch Vidalia and once that connects to Tor, it will launch
441
+    Firefox. <em>Do not unpack or run TBB as root.</em></p>
434 442
     
435 443
     <a id="Windows"></a>
436 444
     <h3><a class="anchor" href="#Windows">Windows instructions</a></h3>
437 445