nvm icon indicating copy to clipboard operation
nvm copied to clipboard

Typo in install script instructions

Open bkline opened this issue 11 months ago • 1 comments

The installation script has a typo on line 461 of the latest version (0.40.1)

  if ${BASH_OR_ZSH} && [ -z "${NVM_PROFILE-}" ] ; then
    nvm_echo "=> Please also append the following lines to the if you are using bash/zsh shell:"
    command printf "${COMPLETION_STR}"
  fi

There is a word missing between "... append the following lines to the" and "if you are using ...."

bkline avatar Feb 11 '25 10:02 bkline

That’s been there for 9 years since #753 and nobody’s noticed :-p thanks, I’ll update it.

ljharb avatar Feb 11 '25 15:02 ljharb