Update FAQ.md with minor typo correction. (#2962)

This commit is contained in:
Bitcoin Runners 2022-02-16 23:07:05 +00:00 committed by GitHub
parent d3f042f48a
commit 87b210012f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
FAQ.md
View file

@ -132,7 +132,7 @@ curl https://keybase.io/rootzoll/pgp_keys.asc | gpg --import
Next, download the "signature file" for the SD card image. It's the same download link as for the image file - just added a `.sig` at the end. You should also always find the download link for the signature file in the README right below the image download link following the `SIGNATURE` link.
If you know have all the three elements needed - the imported public key, the image signature and the image file itself - you can verify the download with:
If you now have all the three elements needed - the imported public key, the image signature and the image file itself - you can verify the download with:
```
gpg --verify [SIGNATURE-FILE] [IMAGE-FILE]