Update README.md

Added note to explain `nvm use` changes node version for shell session lifetime only and does not create a default alias.
This commit is contained in:
Adrian 2018-04-15 17:22:46 +02:00 committed by GitHub
parent 1b14e6b4d9
commit 1bf97f347e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,6 +193,7 @@ And then in any new shell just use the installed version:
```sh
nvm use node
```
**Note:** `nvm use` does not change global pointer. It changes pointer for the lifetime of the shell only.
Or you can just run it: