Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built to bring the ne

1. Ensure that `nvm` is [installed](https://github.com/nvm-sh/nvm#install--update-script).
2. Clone the repository.
3. If `nvm` doesn't auto-load the Node.js environment when changing to the repo directory, run `nvm use`.
3. If `nvm` doesn't auto-load the Node.js environment when changing to the repo directory, run `nvm use`. Using an active LTS release of Node.js is recommended to match the versions we test against in CI.
4. Enable Yarn by running `corepack enable`.

## Getting started
Expand Down