Fix layout for verify signature page
hiromipaw

hiromipaw commited on 2017-01-25 18:03:51
Zeige 1 geänderte Dateien mit 5 Einfügungen und 2 Löschungen.

... ...
@@ -93,7 +93,9 @@
93 93
     <p>To verify the signature of the package you downloaded, you will need
94 94
     to download the ".asc" file as well. Assuming you downloaded the
95 95
     package and its signature to your Desktop, run:</p>
96
-    <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --verify C:\Users\Alice\Desktop\torbrowser-install-<version-torbrowserbundle>_en-US.exe.asc C:\Users\Alice\Desktop\torbrowser-install-<version-torbrowserbundle>_en-US.exe</pre>
96
+    <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --verify
97
+    C:\Users\Alice\Desktop\torbrowser-install-<version-torbrowserbundle>_en-US.exe.asc
98
+    C:\Users\Alice\Desktop\torbrowser-install-<version-torbrowserbundle>_en-US.exe</pre>
97 99
     <p>The output should say "Good signature": </p>
98 100
     <pre>
99 101
     gpg: Signature made Tue 24 Jan 2015 09:29:09 AM CET using RSA key ID D40814E0
... ...
@@ -152,7 +154,8 @@
152 154
     <pre>gpg --verify ~/Downloads/TorBrowser-<version-torbrowserbundleosx64>-osx64_en-US.dmg{.asc*,}</pre>
153 155
 
154 156
     <strong>For Linux users</strong> (change 32 to 64 if you have the 64-bit package):<br />
155
-    <pre>gpg --verify tor-browser-linux32-<version-torbrowserbundlelinux32>_en-US.tar.xz.asc tor-browser-linux32-<version-torbrowserbundlelinux32>_en-US.tar.xz</pre>
157
+    <pre>gpg --verify tor-browser-linux32-<version-torbrowserbundlelinux32>_en-US.tar.xz.asc
158
+    tor-browser-linux32-<version-torbrowserbundlelinux32>_en-US.tar.xz</pre>
156 159
 
157 160
     <p>The output should say "Good signature":</p>
158 161
 
159 162