Skip to content

Commit

Permalink
Slight tweak to the verify-commits script directions
Browse files Browse the repository at this point in the history
Clarify that GnuPG may be used on both Linux and macOS to obtain the keys required to verify the commits.
  • Loading branch information
droark committed Jan 31, 2019
1 parent 5e0c0fd commit a786c3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/verify-commits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit a786c3b

Please sign in to comment.