add a suggestion from Spencer Mortensen about how users can find their release name.
Andrew Lewman

Andrew Lewman commited on 2011-01-31 04:32:22
Zeige 1 geänderte Dateien mit 12 Einfügungen und 9 Löschungen.

... ...
@@ -50,8 +50,8 @@ fixes.
50 50
 
51 51
 <p>
52 52
 You'll need to set up our package repository before you can fetch
53
-Tor. First, you need to figure out the name of your distribution. Here's
54
-a quick mapping:
53
+Tor. First, you need to figure out the name of your distribution. A
54
+quick command to run is <tt>lsb_release -c</tt>.  Here's a quick mapping:
55 55
 <ul>
56 56
 <li> Ubuntu 10.10 is "maverick"</li>
57 57
 <li> Ubuntu 10.04 or Trisquel 4.0 is "lucid"</li>
... ...
@@ -69,7 +69,9 @@ file:<br />
69 69
 <pre>
70 70
 deb     http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
71 71
 </pre>
72
-where you put the codename of your distribution (i.e. etch, lenny, sid, maverick, lucid, karmic, jaunty, intrepid, hardy or whatever it is) in place of &lt;DISTRIBUTION&gt;.
72
+where you put the codename of your distribution (i.e. etch, lenny, sid,
73
+maverick, lucid, karmic, jaunty, intrepid, hardy or whatever it is)
74
+in place of &lt;DISTRIBUTION&gt;.
73 75
 </p>
74 76
 
75 77
 <p>
... ...
@@ -109,16 +111,17 @@ access it you might try to use the name of one of its part instead.  Try
109 111
 development branch of Tor on Debian or Ubuntu</a></h2>
110 112
 <br />
111 113
 
112
-<p>If you want to use the <a href="<page download/download>#packagediff">development branch</a> of Tor instead (more
113
-features and more bugs), you need to add a different set of lines to
114
-your <tt>/etc/apt/sources.list</tt> file:<br />
114
+<p>If you want to use the <a href="<page
115
+download/download>#packagediff">development branch</a> of Tor instead
116
+(more features and more bugs), you need to add a different set of lines
117
+to your <tt>/etc/apt/sources.list</tt> file:<br />
115 118
 <pre>
116 119
 deb     http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
117 120
 deb     http://deb.torproject.org/torproject.org experimental-&lt;DISTRIBUTION&gt; main
118 121
 </pre>
119
-where you again substitute the name of your distro (etch, lenny, sid,
120
-maverick, lucid, karmic,
121
-jaunty, intrepid, hardy) in place of &lt;DISTRIBUTION&gt;.
122
+where you again substitute the name of your distro (etch, lenny,
123
+sid, maverick, lucid, karmic, jaunty, intrepid, hardy) in place of
124
+&lt;DISTRIBUTION&gt;.
122 125
 </p>
123 126
 
124 127
 <p>
125 128