Skip to content

Commit

Permalink
Merge pull request #1042 from jsvisa/build-op-geth
Browse files Browse the repository at this point in the history
tutorials: make geth before using geth init
  • Loading branch information
krofax authored Oct 30, 2024
2 parents 88782ae + 80c5b18 commit 1551aa1
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 1551aa1

Please sign in to comment.