[or-cvs] r20963: {website} Explain what the individual commands are for in the Debian e (website/trunk/docs/en)

sebastian at seul.org sebastian at seul.org
Wed Nov 18 05:27:02 UTC 2009


Author: sebastian
Date: 2009-11-18 00:27:01 -0500 (Wed, 18 Nov 2009)
New Revision: 20963

Modified:
   website/trunk/docs/en/debian.wml
Log:
Explain what the individual commands are for in the Debian examples

Based on suggestions by gbear14275 on #tor. Thanks!

Modified: website/trunk/docs/en/debian.wml
===================================================================
--- website/trunk/docs/en/debian.wml	2009-11-18 05:19:20 UTC (rev 20962)
+++ website/trunk/docs/en/debian.wml	2009-11-18 05:27:01 UTC (rev 20963)
@@ -61,11 +61,13 @@
 </p>
 
 <p>
-Then run
+Then add the gpg key used to sign the packages by running
 <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
+<pre>
 apt-get update
 apt-get install tor tor-geoipdb
 </pre>



More information about the tor-commits mailing list