Merge pull request #131 from jcaudle/patch-1

Clarify GPG instructions
This commit is contained in:
Trevor Brown 2019-04-28 15:23:24 -04:00 committed by GitHub
commit ffe48ce372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ To avoid a slowdown when installing large packages (see https://github.com/asdf-
## Using a dedicated OpenPGP keyring
The `gpg` commands above imports the OpenPGP public keys in your main OpenPGP keyring. However, you can also use a dedicated keyring in order to mitigate [this issue](https://github.com/nodejs/node/issues/9859).
The `bash` script mentioned in [the installation instructions](#install) (`import-release-team-keyring`) imports the OpenPGP public keys in your main OpenPGP keyring. However, you can also use a dedicated keyring in order to mitigate [this issue](https://github.com/nodejs/node/issues/9859).
To use a dedicated keyring, prepare the dedicated keyring and set it as the default keyring in the current shell: