mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-03-06 10:35:30 +08:00
Update README.md
This commit is contained in:
parent
a55dc057d9
commit
75e0ac5c57
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
> Zsh plugin for installing, updating and loading `nvm`
|
> Zsh plugin for installing, updating and loading `nvm`
|
||||||
|
|
||||||
|
[](https://github.com/sponsors/lukechilds)
|
||||||
|
[](https://lu.ke/tip/bitcoin)
|
||||||
|
[](https://lu.ke/tip/lightning)
|
||||||
|
|
||||||
[`nvm`](https://github.com/nvm-sh/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.
|
[`nvm`](https://github.com/nvm-sh/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 upgrade`.
|
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`.
|
||||||
|
Loading…
Reference in New Issue
Block a user