From c7a2e54a1e2ca9ceebba12341f90b90bf1badd24 Mon Sep 17 00:00:00 2001 From: Amelia Bruno Date: Wed, 26 Feb 2025 21:08:47 +0100 Subject: [PATCH] Update README.md `nvm install node` doesn't work anymore: `node -> latest` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78067735e1..e8246f5b6d 100644 --- a/README.md +++ b/README.md @@ -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: ```sh -nvm install node # "node" is an alias for the latest version +nvm install latest ``` To install a specific version of node: