Commit 37290679 authored by Kelvin Fichter's avatar Kelvin Fichter

fix: update CONTRIBUTING.md with nvm instructions

parent ce96e866
...@@ -60,6 +60,7 @@ You'll need the following: ...@@ -60,6 +60,7 @@ You'll need the following:
* [Git](https://git-scm.com/downloads) * [Git](https://git-scm.com/downloads)
* [NodeJS](https://nodejs.org/en/download/) * [NodeJS](https://nodejs.org/en/download/)
* [Node Version Manager](https://github.com/nvm-sh/nvm)
* [Yarn](https://classic.yarnpkg.com/en/docs/install) * [Yarn](https://classic.yarnpkg.com/en/docs/install)
* [Docker](https://docs.docker.com/get-docker/) * [Docker](https://docs.docker.com/get-docker/)
* [Docker Compose](https://docs.docker.com/compose/install/) * [Docker Compose](https://docs.docker.com/compose/install/)
...@@ -74,6 +75,14 @@ cd optimism ...@@ -74,6 +75,14 @@ cd optimism
yarn install yarn install
``` ```
### Install the Correct Version of NodeJS
Using `nvm`, install the correct version of NodeJS.
```
nvm use
```
### Building the TypeScript packages ### Building the TypeScript packages
To build all of the [TypeScript packages](./packages), run: To build all of the [TypeScript packages](./packages), run:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment