Skip to content

Commit

Permalink
tutorials: make geth before using geth init
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <[email protected]>
  • Loading branch information
jsvisa committed Oct 29, 2024
1 parent ea5c9ce commit 80c5b18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/builders/chain-operators/tutorials/create-l2-rollup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,12 @@ cd ~/op-geth
mkdir datadir
```

{<h3>Build the op-geth binary</h3>}

```bash
make geth
```

{<h3>Initialize op-geth</h3>}

```bash
Expand Down

0 comments on commit 80c5b18

Please sign in to comment.