From 80c5b187c4f376f6425b06f91835f4fcc3350981 Mon Sep 17 00:00:00 2001 From: jsvisa Date: Tue, 29 Oct 2024 15:12:27 +0800 Subject: [PATCH] tutorials: make geth before using geth init Signed-off-by: jsvisa --- .../builders/chain-operators/tutorials/create-l2-rollup.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/builders/chain-operators/tutorials/create-l2-rollup.mdx b/pages/builders/chain-operators/tutorials/create-l2-rollup.mdx index 93b2e978..52c7b537 100644 --- a/pages/builders/chain-operators/tutorials/create-l2-rollup.mdx +++ b/pages/builders/chain-operators/tutorials/create-l2-rollup.mdx @@ -503,6 +503,12 @@ cd ~/op-geth mkdir datadir ``` +{

Build the op-geth binary

} + +```bash +make geth +``` + {

Initialize op-geth

} ```bash