clarifying that verifying nvm is installed, you need to type in a new window

This commit is contained in:
waiholiu 2017-01-03 00:01:02 +11:00 committed by GitHub
parent 40e40975eb
commit 049cbd5689

View File

@ -99,7 +99,7 @@ To verify that nvm has been installed, do:
command -v nvm command -v nvm
``` ```
which should output 'nvm' if the installation was successful. Please note that `which nvm` will not work, since `nvm` is a sourced shell function, not an executable binary. which should output 'nvm' if the installation was successful. Please note that `which nvm` will not work, since `nvm` is a sourced shell function, not an executable binary. Also note, you may need to close your existing terminal window and run the command in a new window.
### Manual install ### Manual install