clarify that these are run at the command prompt, not added to your sources.list.
Andrew Lewman

Andrew Lewman commited on 2010-04-12 19:30:14
Zeige 2 geänderte Dateien mit 9 Einfügungen und 5 Löschungen.

... ...
@@ -35,12 +35,14 @@ intrepid, hardy) in place of <DISTRIBUTION>.
35 35
 </p>
36 36
 
37 37
 <p>
38
-Then add the gpg key used to sign the packages by running
38
+Then add the gpg key used to sign the packages by running the following
39
+commands at your command prompt:
39 40
 <pre>
40 41
 gpg --keyserver keys.gnupg.net --recv 886DDD89
41 42
 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
42 43
 </pre>
43
-Now refresh your sources and install Vidalia by running
44
+Now refresh your sources and install Vidalia by running the following
45
+commands at your command prompt:
44 46
 <pre>
45 47
 apt-get update
46 48
 apt-get install vidalia 
... ...
@@ -62,12 +62,14 @@ jaunty, intrepid, hardy or whatever it is) in place of &lt;DISTRIBUTION&gt;.
62 62
 </p>
63 63
 
64 64
 <p>
65
-Then add the gpg key used to sign the packages by running
65
+Then add the gpg key used to sign the packages by running the following
66
+commands at your command prompt:
66 67
 <pre>
67 68
 gpg --keyserver keys.gnupg.net --recv 886DDD89
68 69
 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
69 70
 </pre>
70
-Now refresh your sources and install Tor by running
71
+Now refresh your sources and install Tor by running the following
72
+commands at your command prompt:
71 73
 <pre>
72 74
 apt-get update
73 75
 apt-get install tor tor-geoipdb
... ...
@@ -109,7 +111,7 @@ jaunty, intrepid, hardy) in place of &lt;DISTRIBUTION&gt;.
109 111
 </p>
110 112
 
111 113
 <p>
112
-Then run
114
+Then run the following commands at your command prompt:
113 115
 <pre>
114 116
 gpg --keyserver keys.gnupg.net --recv 886DDD89
115 117
 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
116 118