From 7ab1288fa613c22c07efc608fcb2be11e97c69ba Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Sun, 20 Oct 2024 12:54:46 +0200 Subject: [PATCH] docs: small optimization (#17183) after installing a node version via `nvm` that version is automatically being used. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 072a2c9100..b09839e929 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,10 +108,10 @@ To develop locally: nvm use ``` - You first might need to install the specific version and then use it: + You first might need to install the specific version: ```sh - nvm install && nvm use + nvm install ``` You can install nvm from [here](https://github.com/nvm-sh/nvm).