diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d2104415e9a91367e6b7d563601894d574ff769..65d40a4dd4656455b49546090d99354074897624 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,6 +68,14 @@ You'll need the following: * [Docker Compose](https://docs.docker.com/compose/install/) * [Foundry](https://getfoundry.sh) +### Install the Correct Version of NodeJS + +Using `nvm`, install the correct version of NodeJS. + +``` +nvm use +``` + ### Setup Clone the repository, open it, and install nodejs packages with `yarn`: @@ -78,14 +86,6 @@ cd optimism yarn install ``` -### Install the Correct Version of NodeJS - -Using `nvm`, install the correct version of NodeJS. - -``` -nvm use -``` - ### Building the TypeScript packages [foundry](https://github.com/foundry-rs/foundry) is used for some smart contract