From d8a5a93f9e47a9a232d97e57da8183b842d948a5 Mon Sep 17 00:00:00 2001 From: Kris Bennett Date: Tue, 2 Jan 2024 08:18:25 -0700 Subject: [PATCH] Update main/guides/getting-started/README.md Co-authored-by: Richard Gibson --- main/guides/getting-started/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main/guides/getting-started/README.md b/main/guides/getting-started/README.md index 543ee8623..f9565cd98 100644 --- a/main/guides/getting-started/README.md +++ b/main/guides/getting-started/README.md @@ -25,7 +25,11 @@ In this section you'll be installing prerequisite components into your environme At this point the Node Version Manager (NVM) utility will be installed. `nvm` makes it easy to select the specific version of [Node](https://nodejs.org/) that will be required for this tutorial (v18.16.0). ```sh -wget -O - https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash +``` +or +```sh +wget -O- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash ``` Next, run the command: