From 543e37820774afb27e5dcdecb26aaed03f67a85c Mon Sep 17 00:00:00 2001 From: Nastya <55718143+anrusina@users.noreply.github.com> Date: Wed, 22 Jun 2022 20:59:36 -0700 Subject: [PATCH] Update Contributing.md Add line how to add nodejs plugin to asdf, to simplify setup --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 219f2aff3..e795a4ec7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -139,9 +139,10 @@ brew install asdf brew install vips ``` -- Add Yarn plugin to asdf, to manage yarn versions +- Add Yarn and NodeJs plugins to asdf, to manage versions ```bash +asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git asdf plugin-add yarn https://github.com/twuni/asdf-yarn.git brew install gpg ```