Fix typo in 'Download spmenu'

This commit is contained in:
speedie 2023-07-25 21:49:08 +02:00
parent d8353989bb
commit c0b05beddf

View file

@ -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: