Skip to content

Commit

Permalink
Update main/guides/getting-started/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Gibson <[email protected]>
  • Loading branch information
kbennett2000 and gibson042 authored Jan 2, 2024
1 parent fb4e8e9 commit d8a5a93
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main/guides/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d8a5a93

Please sign in to comment.