aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDouglas Roark <joroark@vt.edu>2019-01-27 12:39:47 -0800
committerDouglas Roark <joroark@vt.edu>2019-01-31 10:15:52 -0800
commita786c3b30639a63ded5b3b81c393d56336d34dce (patch)
tree7ef526be54be2e0d57533cc63d8828cb0a16bf03 /contrib
parent5e0c0fd62ff04178f36fb5219e47fa647df66a38 (diff)
downloadbitcoin-a786c3b30639a63ded5b3b81c393d56336d34dce.tar.xz
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.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/verify-commits/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/verify-commits/README.md b/contrib/verify-commits/README.md
index 27ca15acb4..1215962a16 100644
--- a/contrib/verify-commits/README.md
+++ b/contrib/verify-commits/README.md
@@ -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)
```