mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-03 16:30:42 +02:00
Slight tweak to the verify-commits script directions
Clarify that GnuPG may be used on both Linux and macOS to obtain the keys required to verify the commits.
This commit is contained in:
parent
5e0c0fd62f
commit
a786c3b306
@ -37,7 +37,8 @@ Configuration files
|
||||
|
||||
Import trusted keys
|
||||
-------------------
|
||||
In order to check the commit signatures you must add the trusted PGP keys to your machine. This can be done in Linux by running
|
||||
In order to check the commit signatures, you must add the trusted PGP keys to your machine. [GnuPG](https://gnupg.org/) may be used to import the trusted keys by running the following command:
|
||||
|
||||
```sh
|
||||
gpg --recv-keys $(<contrib/verify-commits/trusted-keys)
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user