diff options
author | Douglas Roark <joroark@vt.edu> | 2019-01-27 12:39:47 -0800 |
---|---|---|
committer | Douglas Roark <joroark@vt.edu> | 2019-01-31 10:15:52 -0800 |
commit | a786c3b30639a63ded5b3b81c393d56336d34dce (patch) | |
tree | 7ef526be54be2e0d57533cc63d8828cb0a16bf03 /contrib/verify-commits | |
parent | 5e0c0fd62ff04178f36fb5219e47fa647df66a38 (diff) |
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/verify-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 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) ``` |