Commit 36ffb968 authored by Ori Pomerantz's avatar Ori Pomerantz

feat(getting-started): Fix numbering in #configure-your-network

parent 871caf4f
...@@ -182,21 +182,21 @@ Once you’ve built both repositories, you’ll need head back to the Optimism M ...@@ -182,21 +182,21 @@ Once you’ve built both repositories, you’ll need head back to the Optimism M
1. Enter the Optimism Monorepo: 1. Enter the Optimism Monorepo:
```bash ```bash
cd ~/optimism cd ~/optimism
``` ```
1. Move into the `contracts-bedrock` package: 1. Move into the `contracts-bedrock` package:
```bash ```bash
cd packages/contracts-bedrock cd packages/contracts-bedrock
``` ```
1. Inside of `contracts-bedrock`, copy the environment file 1. Inside of `contracts-bedrock`, copy the environment file
```sh ```sh
cp .envrc.example .envrc cp .envrc.example .envrc
``` ```
1. Fill out the environment variables inside of that file: 1. Fill out the environment variables inside of that file:
......
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