VerifyingSignatures changed

corrected gpg example
This commit is contained in:
Joanna Rutkowska 2011-04-12 07:13:13 +00:00
parent 5c1a9420f5
commit a529992564

View File

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