Merge pull request #97 from seuros/patch-1

Fix typo in Readme
This commit is contained in:
Trevor Brown 2018-10-15 08:15:38 -04:00 committed by GitHub
commit 6cf0f4f3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ Again, if you used `brew` to manage the `asdf` installtion use the following bas
export GNUPGHOME="bash /usr/local/opt/asdf/keyrings/nodejs" && mkdir -p "$GNUPGHOME" && chmod 0700 "$GNUPGHOME" export GNUPGHOME="bash /usr/local/opt/asdf/keyrings/nodejs" && mkdir -p "$GNUPGHOME" && chmod 0700 "$GNUPGHOME"
# Imports Node.js release team's OpenPGP keys to the keyring # Imports Node.js release team's OpenPGP keys to the keyring
bash bash /usr/local/opt/asdf/plugins/nodejs/bin/import-release-team-keyring bash /usr/local/opt/asdf/plugins/nodejs/bin/import-release-team-keyring
``` ```
#### Related notes #### Related notes