Add a line break for gpg verify instruction on linux
hiromipaw

hiromipaw commited on 2017-04-10 14:39:00
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -154,7 +154,7 @@
154 154
     <pre>gpg --verify ~/Downloads/TorBrowser-<version-torbrowserbundleosx64>-osx64_en-US.dmg{.asc*,}</pre>
155 155
 
156 156
     <strong>For Linux users</strong> (change 64 to 32 if you have the 32-bit package):<br />
157
-    <pre>gpg --verify tor-browser-linux64-<version-torbrowserbundlelinux64>_en-US.tar.xz.asc
157
+    <pre>gpg --verify tor-browser-linux64-<version-torbrowserbundlelinux64>_en-US.tar.xz.asc \
158 158
     tor-browser-linux64-<version-torbrowserbundlelinux64>_en-US.tar.xz</pre>
159 159
 
160 160
     <p>The output should say "Good signature":</p>
161 161