[or-cvs] r22171: {website} clarify that these are run at the command prompt, not added (website/trunk/docs/en)

Andrew Lewman andrew at torproject.org
Mon Apr 12 17:30:15 UTC 2010


Author: phobos
Date: 2010-04-12 17:30:14 +0000 (Mon, 12 Apr 2010)
New Revision: 22171

Modified:
   website/trunk/docs/en/debian-vidalia.wml
   website/trunk/docs/en/debian.wml
Log:
clarify that these are run at the command prompt, not added to your
sources.list.


Modified: website/trunk/docs/en/debian-vidalia.wml
===================================================================
--- website/trunk/docs/en/debian-vidalia.wml	2010-04-11 23:43:05 UTC (rev 22170)
+++ website/trunk/docs/en/debian-vidalia.wml	2010-04-12 17:30:14 UTC (rev 22171)
@@ -35,12 +35,14 @@
 </p>
 
 <p>
-Then add the gpg key used to sign the packages by running
+Then add the gpg key used to sign the packages by running the following
+commands at your command prompt:
 <pre>
 gpg --keyserver keys.gnupg.net --recv 886DDD89
 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
 </pre>
-Now refresh your sources and install Vidalia by running
+Now refresh your sources and install Vidalia by running the following
+commands at your command prompt:
 <pre>
 apt-get update
 apt-get install vidalia 

Modified: website/trunk/docs/en/debian.wml
===================================================================
--- website/trunk/docs/en/debian.wml	2010-04-11 23:43:05 UTC (rev 22170)
+++ website/trunk/docs/en/debian.wml	2010-04-12 17:30:14 UTC (rev 22171)
@@ -62,12 +62,14 @@
 </p>
 
 <p>
-Then add the gpg key used to sign the packages by running
+Then add the gpg key used to sign the packages by running the following
+commands at your command prompt:
 <pre>
 gpg --keyserver keys.gnupg.net --recv 886DDD89
 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
 </pre>
-Now refresh your sources and install Tor by running
+Now refresh your sources and install Tor by running the following
+commands at your command prompt:
 <pre>
 apt-get update
 apt-get install tor tor-geoipdb
@@ -109,7 +111,7 @@
 </p>
 
 <p>
-Then run
+Then run the following commands at your command prompt:
 <pre>
 gpg --keyserver keys.gnupg.net --recv 886DDD89
 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -



More information about the tor-commits mailing list