docs: list asdf-nodejs deps for enterprise linux in guide (#1486)

This commit is contained in:
ygXXII 2023-02-21 16:03:36 +08:00 committed by GitHub
parent cd0e12b3ee
commit 3cb0bc31d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,10 +312,11 @@ For demonstration purposes we will install & set [Node.js](https://nodejs.org/)
Each plugin has dependencies so we need to check the plugin repo where they should be listed. For `asdf-nodejs` they are: Each plugin has dependencies so we need to check the plugin repo where they should be listed. For `asdf-nodejs` they are:
| OS | Dependency Installation | | OS | Dependency Installation |
| -------------- | --------------------------------------- | | ------------------------------ | --------------------------------------- |
| Linux (Debian) | `apt-get install dirmngr gpg curl gawk` | | Debian | `apt-get install dirmngr gpg curl gawk` |
| macOS | `brew install gpg gawk` | | CentOS/ Rocky Linux/ AlmaLinux | `yum install gnupg2 curl gawk` |
| macOS | `brew install gpg gawk` |
We should install dependencies first as some Plugins have post-install hooks. We should install dependencies first as some Plugins have post-install hooks.