Edits instruction on how to verify sig on win
hiromipaw

hiromipaw commited on 2017-07-12 21:14:56
Zeige 1 geänderte Dateien mit 6 Einfügungen und 7 Löschungen.

... ...
@@ -94,14 +94,13 @@
94 94
 
95 95
     <h3>Windows</h3>
96 96
     <hr>
97
-    <p>You need to have GnuPG installed before
98
-    you can verify signatures. Download it from <a
99
-    href="https://gpg4win.org/download.html">https://gpg4win.org/download.html</a>.</p>
97
+    <p>First of all you need to have GnuPG installed before you can verify signatures.
98
+    Download it from <a href="https://gpg4win.org/download.html">https://gpg4win.org/download.html</a>.</p>
100 99
     <p>Once it's installed, use GnuPG to import the key that signed your
101
-    package. Since GnuPG for Windows is a command-line tool, you will need
102
-    to use <i>cmd.exe</i>. Unless you edit your PATH environment variable,
103
-    you will need to tell Windows the full path to the GnuPG program. If
104
-    you installed GnuPG with the default values, the path should be
100
+    package. In order to verify the signature you will need to type a few commands
101
+    in windows command-line, <i>cmd.exe</i>.
102
+    <p>Unless you edit your PATH environment variable, you will need to tell Windows
103
+    the full path to the GnuPG program. If you installed GnuPG with the default values, the path should be
105 104
     something like this: <i>C:\Program Files\Gnu\GnuPg\gpg.exe</i>.</p>
106 105
     <p>The Tor Browser team signs Tor Browser releases. Import its key
107 106
     (0x4E2C6E8793298290) by starting <i>cmd.exe</i> and typing:</p>
108 107