mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
docs: list asdf-nodejs deps for enterprise linux in guide (#1486)
This commit is contained in:
parent
cd0e12b3ee
commit
3cb0bc31d5
@ -313,8 +313,9 @@ 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` |
|
||||||
|
| CentOS/ Rocky Linux/ AlmaLinux | `yum install gnupg2 curl gawk` |
|
||||||
| macOS | `brew install gpg 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user