mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Update README.md
`nvm install node` doesn't work anymore: `node -> latest`
This commit is contained in:
parent
759f70f196
commit
c7a2e54a1e
@ -317,7 +317,7 @@ For manual upgrade with `git` (requires git v1.7.10+):
|
|||||||
To download, compile, and install the latest release of node, do this:
|
To download, compile, and install the latest release of node, do this:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nvm install node # "node" is an alias for the latest version
|
nvm install latest
|
||||||
```
|
```
|
||||||
|
|
||||||
To install a specific version of node:
|
To install a specific version of node:
|
||||||
|
Loading…
Reference in New Issue
Block a user