diff --git a/VerifyingSignatures.md b/VerifyingSignatures.md index 69d2e6d9..6891ee52 100644 --- a/VerifyingSignatures.md +++ b/VerifyingSignatures.md @@ -32,7 +32,7 @@ Every file published by the Qubes Project (rpm, tgz, git repositories) is digita The public portion of the Master Key can be download from a keyserver, e.g.: ``` {.wiki} -gpg --recv 0x36879494 +gpg --recv-keys 0x36879494 ``` (You can use other key server than `pgp.mit.edu`, which is just an example)