Skip to content

Commit a786c3b

Browse files
committed
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.
1 parent 5e0c0fd commit a786c3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/verify-commits/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Configuration files
3737

3838
Import trusted keys
3939
-------------------
40-
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
40+
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:
41+
4142
```sh
4243
gpg --recv-keys $(<contrib/verify-commits/trusted-keys)
4344
```

0 commit comments

Comments
 (0)