Update zsh-nvm upgrade command in readme

Luke Childs 2016-07-24 21:13:51 +01:00 committed by GitHub
parent e0e1c0379a
commit a09f225ec7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Note: On OS X, if you have/had a "system" node installed and want to install mod
Homebrew installation is not supported. If you have issues with homebrew-installed `nvm`, please `brew uninstall` it, and install it using the instructions below, before filing an issue. Homebrew installation is not supported. If you have issues with homebrew-installed `nvm`, please `brew uninstall` it, and install it using the instructions below, before filing an issue.
Note: If you're using `zsh` you can easily install `nvm` as a zsh plugin. Install [`zsh-nvm`](https://github.com/lukechilds/zsh-nvm) and run `nvm_update` to update. Note: If you're using `zsh` you can easily install `nvm` as a zsh plugin. Install [`zsh-nvm`](https://github.com/lukechilds/zsh-nvm) and run `nvm upgrade` to upgrade.
### Install script ### Install script