docs: small optimization (#17183)

after installing a node version via `nvm` that version is automatically being used.
This commit is contained in:
Maximilian Franzke
2024-10-20 07:54:46 -03:00
committed by GitHub
parent c7f4f52efa
commit 7ab1288fa6
+2 -2
View File
@@ -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).