Update help text about uninstalling NVM
This commit is contained in:
parent
a1ad32e9cb
commit
fdb1f4c51f
3
nvm.sh
3
nvm.sh
|
|
@ -2415,7 +2415,8 @@ nvm() {
|
||||||
nvm_echo ' nvm alias default node Always default to the latest available node version on a shell'
|
nvm_echo ' nvm alias default node Always default to the latest available node version on a shell'
|
||||||
nvm_echo
|
nvm_echo
|
||||||
nvm_echo 'Note:'
|
nvm_echo 'Note:'
|
||||||
nvm_echo ' to remove, delete, or uninstall nvm - just remove the `$NVM_DIR` folder (usually `~/.nvm`)'
|
nvm_echo ' To remove, delete, or uninstall nvm - just remove the `$NVM_DIR` folder (usually `~/.nvm`)'
|
||||||
|
nvm_echo ' and the nvm related source lines from your shell profile file (such as `~/.bashrc`).'
|
||||||
nvm_echo
|
nvm_echo
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue