From 3cb0bc31d565b2d0a5ddb2b10adfc4b448719c24 Mon Sep 17 00:00:00 2001 From: ygXXII <16456434+ygxxii@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:03:36 +0800 Subject: [PATCH] docs: list asdf-nodejs deps for enterprise linux in guide (#1486) --- docs/guide/getting-started.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index e2f1d5bd..ad2be614 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -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: -| OS | Dependency Installation | -| -------------- | --------------------------------------- | -| Linux (Debian) | `apt-get install dirmngr gpg curl gawk` | -| macOS | `brew install gpg gawk` | +| OS | Dependency Installation | +| ------------------------------ | --------------------------------------- | +| Debian | `apt-get install dirmngr gpg curl 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.