Remove typo line

This commit is contained in:
Akash Manohar 2017-02-26 11:29:33 +05:30 committed by GitHub
parent 9a25dd9f5f
commit 8365aaa6d3

View File

@ -13,8 +13,6 @@ Node.js plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
```
asdf plugin-add nodejs https://github.com/asdf-vm/asdf-nodejs.git
export GNUPGHOME="$HOME/.asdf/keyrings/nodejs" && mkdir -p "$GNUPGHOME" && chmod 0700 "$GNUPGHOME"
# Imports Node.js release team's OpenPGP keys to main keyring
bash ~/.asdf/plugins/nodejs/bin/import-release-team-keyring
```