Skip to content

Commit a094b54

Browse files
committed
Merge #15273: docs: Slight tweak to the verify-commits script directions
a786c3b Slight tweak to the verify-commits script directions (Douglas Roark) Pull request description: Clarify that GnuPG may be used on both Linux and macOS to obtain the keys required to verify the commits. Tree-SHA512: cec556370f03e00bbd6f585d26b360ca236cf55cb5c0996f6d950d8a98f77c92cc02f1719c8f9b9dc9eac6900eb341a13b50a012752832f39095b7e84046f2cd
2 parents a83aedc + a786c3b commit a094b54

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)