Commit d366dd99 authored by Alex Reyes's avatar Alex Reyes Committed by GitHub

Update CONTRIBUTING.md

parent 2dab6b11
......@@ -68,21 +68,26 @@ You'll need the following:
* [Docker Compose](https://docs.docker.com/compose/install/)
* [Foundry](https://getfoundry.sh)
### Install the Correct Version of NodeJS
### Setup
Using `nvm`, install the correct version of NodeJS.
Clone the repository and open it:
```bash
git clone git@github.com:ethereum-optimism/optimism.git
cd optimism
```
### Install the Correct Version of NodeJS
Using [nvm](https://github.com/nvm-sh/nvm), install the correct version of NodeJS.
```bash
nvm use
```
### Setup
Clone the repository, open it, and install nodejs packages with `yarn`:
### Install node packages with Yarn
```bash
git clone git@github.com:ethereum-optimism/optimism.git
cd optimism
yarn install
```
......
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