mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
Update upgrade command in readme from nvm_update
to nvm upgrade
This commit is contained in:
parent
38f15b5ba5
commit
bb8bd30891
@ -4,7 +4,7 @@
|
||||
|
||||
[`nvm`](https://github.com/creationix/nvm) is an awesome tool but it can be kind of a pain to install and keep up to date. This zsh plugin allows you to quickly setup `nvm` once, save it in your dotfiles, then never worry about it again.
|
||||
|
||||
The plugin will install the latest stable release of `nvm` if you don't already have it, and then automatically `source` it for you. You can upgrade `nvm` to the latest version whenever you want without losing your installed `node` versions by running `nvm_update`.
|
||||
The plugin will install the latest stable release of `nvm` if you don't already have it, and then automatically `source` it for you. You can upgrade `nvm` to the latest version whenever you want without losing your installed `node` versions by running `nvm upgrade`.
|
||||
|
||||
Although this is written as a zsh plugin, it also works with bash if you follow the [manual installation instructions](#manually).
|
||||
|
||||
@ -15,7 +15,7 @@ Once the plugin's installed `nvm` will be available. You'll probably want to loa
|
||||
If you want to update `nvm`:
|
||||
|
||||
```shell
|
||||
% nvm_update
|
||||
% nvm upgrade
|
||||
Installed version is v0.31.1
|
||||
Checking latest version of nvm...
|
||||
Updating to v0.31.2...
|
||||
|
Loading…
Reference in New Issue
Block a user