mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Merge #15273: docs: Slight tweak to the verify-commits script directions
a786c3b306
Slight tweak to the verify-commits script directions (Douglas Roark)
Pull request description:
Clarify that GnuPG may be used on both Linux and macOS to obtain the keys required to verify the commits.
Tree-SHA512: cec556370f03e00bbd6f585d26b360ca236cf55cb5c0996f6d950d8a98f77c92cc02f1719c8f9b9dc9eac6900eb341a13b50a012752832f39095b7e84046f2cd
This commit is contained in:
commit
a094b54332
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue