Skip to content

Commit

Permalink
docs(getting-started): Remove redundant Node.js version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed May 8, 2024
1 parent 90976d2 commit 74c0dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/guides/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In this section you'll be installing prerequisite components into your environme
<details>
<summary>Installing nvm and Node.js on Ubuntu</summary>

At this point the [nvm](https://github.com/nvm-sh/nvm) (Node Version Manager) utility will be installed. `nvm` makes it easy to select the specific version of [Node.js](https://nodejs.org/) that will be required for this tutorial (v18.16.0).
At this point the [nvm](https://github.com/nvm-sh/nvm) (Node Version Manager) utility will be installed. `nvm` makes it easy to select the specific version of [Node.js](https://nodejs.org/) that will be required for this tutorial.

First, follow the [nvm installation instructions](https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating), including sourcing `nvm.sh` into the shell for later steps.
```sh
Expand Down

0 comments on commit 74c0dcb

Please sign in to comment.