Update README.md

`nvm install node` doesn't work anymore: `node -> latest`
This commit is contained in:
Amelia Bruno
2025-02-26 21:08:47 +01:00
committed by GitHub
parent 759f70f196
commit c7a2e54a1e

View File

@@ -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: