From 418402da02d275685ca501bd9c912856d55cec8a Mon Sep 17 00:00:00 2001 From: Kanthesha Devaramane Date: Mon, 6 Nov 2023 17:45:10 +0000 Subject: [PATCH] updated readme to install the latest version with nvm (#228) Co-authored-by: Elliot Winkler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff02483..2340294 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ See our documentation: ### Setup - Install the current LTS version of [Node.js](https://nodejs.org) - - If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you. + - If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm install` will install the latest version and running `nvm use` will automatically choose the right node version for you. - Install [Yarn v3](https://yarnpkg.com/getting-started/install) - Run `yarn install` to install dependencies and run any required post-install scripts