diff options
| author | Douglas Roark <[email protected]> | 2019-01-27 12:39:47 -0800 |
|---|---|---|
| committer | Douglas Roark <[email protected]> | 2019-01-31 10:15:52 -0800 |
| commit | a786c3b30639a63ded5b3b81c393d56336d34dce (patch) | |
| tree | 7ef526be54be2e0d57533cc63d8828cb0a16bf03 | |
| parent | Merge #15254: Trivial: fixup a few doxygen comments (diff) | |
| download | discoin-a786c3b30639a63ded5b3b81c393d56336d34dce.tar.xz discoin-a786c3b30639a63ded5b3b81c393d56336d34dce.zip | |
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.
| -rw-r--r-- | contrib/verify-commits/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/verify-commits/README.md b/contrib/verify-commits/README.md index 27ca15acb..1215962a1 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) ``` |