[geany/www.geany.org] b06933: Minor formatting improvements for Verifying GPG signatures instructions

Enrico Tröger git-noreply at xxxxx
Sun Oct 10 22:39:52 UTC 2021


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 10 Oct 2021 22:39:52 UTC
Commit:      b06933d9e410c03a4e43aeda331dcfab17c6a441
             https://github.com/geany/www.geany.org/commit/b06933d9e410c03a4e43aeda331dcfab17c6a441

Log Message:
-----------
Minor formatting improvements for Verifying GPG signatures instructions


Modified Paths:
--------------
    page_content/support/verify-gpg-signature.md

Modified: page_content/support/verify-gpg-signature.md
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -1,9 +1,9 @@
 Verifying GPG signatures of Geany and Geany-Plugins releases
 ==========
 
-You can use the `gpg` utility. On GNU/Linux distributions, if you don't have it, you can get it with `sudo apt install gpg`. On other operating systems, see https://gnupg.org/download/index.html and https://gnupg.org/download/integrity_check.html. 
+You can use the `gpg` utility. On Debian based distributions, if you don't have it, you can get it with `sudo apt install gpg`. On other operating systems, see https://gnupg.org/download/index.html and https://gnupg.org/download/integrity_check.html.
 
-#### Here is how to use `gpg` on Linux-like distributions: 
+### Here is how to use `gpg` on Linux-like distributions
 
 First, you need to import the public GPG key used to sign the packages. You can download the used public key from: https://download.geany.org/colombanw-pubkey.txt
 
@@ -30,5 +30,5 @@ A complete example:
 ```Bash
 wget https://download.geany.org/colombanw-pubkey.txt
 gpg --import < colombanw-pubkey.txt
-gpg --verify geany-1.34.tar.bz2.sig geany-1.34.tar.bz2```
+gpg --verify geany-1.34.tar.bz2.sig geany-1.34.tar.bz2
 ```



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list