From c0b05beddfbf5dd94e6f07d6a1f3b2dc93fb431e Mon Sep 17 00:00:00 2001 From: speedie Date: Tue, 25 Jul 2023 21:49:08 +0200 Subject: [PATCH] Fix typo in 'Download spmenu' --- articles/Download spmenu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/Download spmenu.md b/articles/Download spmenu.md index 524cef9..21db007 100644 --- a/articles/Download spmenu.md +++ b/articles/Download spmenu.md @@ -28,7 +28,7 @@ To verify a file using PGP, you need to make sure you have GPG installed. Then you can import my public key into your keyring. Do this using: `gpg --recv-keys CEB863B830D1318A`. If you don't want to use a keyserver, you can get my key [here](https://ls.speedie.site/pubkey.asc). -Now you can verify it using: `gpg --verify FILE FILE.sig`. For example, to +Now you can verify it using: `gpg --verify FILE.sig FILE`. For example, to verify `spmenu-3.0.2.tar.gz`, run the following: `gpg --verify spmenu-3.0.2 .tar.gz.sig spmenu-3.0.2.tar.gz`. The output should be something like the following: