From 1c36c61003a23d94fb05807e5dbbf17b059cf6d2 Mon Sep 17 00:00:00 2001 From: Simone Poggiali Date: Thu, 5 Oct 2023 09:48:37 +0200 Subject: [PATCH] docs: update text including the usage of nvm --- dev-docs/docs/introduction/contributing.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/docs/introduction/contributing.mdx b/dev-docs/docs/introduction/contributing.mdx index a33cb7a03..600115dff 100644 --- a/dev-docs/docs/introduction/contributing.mdx +++ b/dev-docs/docs/introduction/contributing.mdx @@ -12,6 +12,7 @@ In case you want to pick up something from the roadmap, comment on that issue an ### Option 1 - Manual 1. Fork and clone the repo +1. Run `nvm use` to use the right version of Node.js 1. Run `yarn` to install dependencies 1. Create a branch for your PR with `git checkout -b your-branch-name`