From d2a5a6715a5148e4341cf6d53dc39a97768c187e Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Sat, 19 Sep 2020 17:58:14 -0500 Subject: [PATCH] Update README.md Updated, per recommendation in #566. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 674feb1..84b1dc6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Please see the [Common Issues](https://github.com/coreybutler/nvm-windows/wiki/C Manage multiple installations of node.js on a Windows computer. -**tl;dr** [nvm](https://github.com/creationix/nvm), but for Windows, with an installer. [Download Now](https://github.com/coreybutler/nvm-windows/releases)! This has always been a node version manager, not an io.js manager, so there is no back-support for io.js. However, node 4+ is supported. +**tl;dr** Similar (not identical) to [nvm](https://github.com/creationix/nvm), but for Windows. Has an installer. [Download Now](https://github.com/coreybutler/nvm-windows/releases)! This has always been a node version manager, not an io.js manager, so there is no back-support for io.js. However, node 4+ is supported. Remember when running `nvm install` or `nvm use`, you must have Windows administrative rights (to create symlinks). ![NVM for Windows](http://i.imgur.com/BNlcbi4.png)