Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreyes authored Feb 28, 2023
1 parent 2dab6b1 commit d366dd9
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit d366dd9

Please sign in to comment.