From c7b16d21c4e1d6b36fe6ee71b4659cc04b922e9b Mon Sep 17 00:00:00 2001 From: Dominic Tobias Date: Sat, 5 Aug 2017 23:03:30 +0100 Subject: [PATCH] Update on how to install and use specific version of node --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6194fc7..e530631 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,13 @@ And then in any new shell just use the installed version: nvm use node ``` +Or to install and use a specific version: + +```sh +nvm install 6.11.1 +nvm use 6.11.1 +``` + Or you can just run it: ```sh