diff --git a/docs/DEV-SETUP-WINDOWS.md b/docs/DEV-SETUP-WINDOWS.md index 9f16f86f7d..1f7d23ac5e 100644 --- a/docs/DEV-SETUP-WINDOWS.md +++ b/docs/DEV-SETUP-WINDOWS.md @@ -25,6 +25,7 @@ You should follow the next steps from within the Ubuntu terminal. ### Install NVM & Node 16 NVM documentation: https://github.com/nvm-sh/nvm#installing-and-updating + Install NVM ``` curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash