[tor-commits] [webwml/staging] Add a line break for gpg verify instruction on linux

hiro at torproject.org hiro at torproject.org
Mon Apr 10 12:39:19 UTC 2017


commit 657e2ec9abee5be5d7fc2b149125d4fceafd2c2a
Author: hiromipaw <hiro at torproject.org>
Date:   Mon Apr 10 14:39:00 2017 +0200

    Add a line break for gpg verify instruction on linux
---
 docs/en/verifying-signatures.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/verifying-signatures.wml b/docs/en/verifying-signatures.wml
index d019139..485e509 100644
--- a/docs/en/verifying-signatures.wml
+++ b/docs/en/verifying-signatures.wml
@@ -154,7 +154,7 @@
     <pre>gpg --verify ~/Downloads/TorBrowser-<version-torbrowserbundleosx64>-osx64_en-US.dmg{.asc*,}</pre>
 
     <strong>For Linux users</strong> (change 64 to 32 if you have the 32-bit package):<br />
-    <pre>gpg --verify tor-browser-linux64-<version-torbrowserbundlelinux64>_en-US.tar.xz.asc
+    <pre>gpg --verify tor-browser-linux64-<version-torbrowserbundlelinux64>_en-US.tar.xz.asc \
     tor-browser-linux64-<version-torbrowserbundlelinux64>_en-US.tar.xz</pre>
 
     <p>The output should say "Good signature":</p>



More information about the tor-commits mailing list