Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
- Changed node version from v18.16.0 to LTS
- Removed installing nvm via curl, it was redundant
  • Loading branch information
kbennett2000 authored Apr 4, 2024
1 parent b0e1376 commit f90b6f1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions main/guides/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ 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
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
```
Expand All @@ -62,7 +56,7 @@ source ~/.bashrc
Finally, install Node with the command:

```sh
nvm install v18.16.0
nvm install --lts
```

</details>
Expand Down

0 comments on commit f90b6f1

Please sign in to comment.