mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
clarifying that verifying nvm is installed, you need to type in a new window
This commit is contained in:
parent
40e40975eb
commit
049cbd5689
@ -99,7 +99,7 @@ To verify that nvm has been installed, do:
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user