diff --git a/README.md b/README.md index bfd1bcabc867dcff38b5e6f976abedb8a6b61fdb..d5e84b9a92181e5b936b57180d69d351532f4e8e 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ It comes with an installer (and uninstaller), because getting it should be easy. You should also delete the existing npm install location (e.g. "C:\Users\\AppData\Roaming\npm") so that the nvm install location will be correctly used instead. After install, reinstalling global utilities (e.g. gulp) will have to be done for each installed version of node: `nvm use 4.4.0` -`npm install gulp -g` +`npm install gulp-cli -g` `nvm use 0.10.33` -`npm install gulp -g` +`npm install gulp-cli -g` [Download the latest installer from the releases](https://github.com/coreybutler/nvm/releases).