From 2e22b9e87769cf1c0c58d7b2670f9d6bd944bdbc Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Thu, 6 Oct 2022 11:30:33 +0100 Subject: [PATCH] Fix formating --- docs/DEV-SETUP-WINDOWS.md | 1 + 1 file changed, 1 insertion(+) 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