diff --git a/src/content/docs/en/developers/guides/running-a-scroll-node.mdx b/src/content/docs/en/developers/guides/running-a-scroll-node.mdx index be5d413f5..a060c05f5 100644 --- a/src/content/docs/en/developers/guides/running-a-scroll-node.mdx +++ b/src/content/docs/en/developers/guides/running-a-scroll-node.mdx @@ -49,7 +49,7 @@ You will need access to a fully-synced **Ethereum Mainnet** or **Ethereum Sepoli $ cd l2geth-source $ git checkout VERSION ``` -2. Ensure that you are using version 1.20 of `go`. +2. Ensure that you are using version 1.21 of `go`. 3. Install the gcc compiler: `sudo apt install build-essential`. 4. Build `l2geth`: `make nccc_geth`. The binary is now in `build/bin/geth`. 5. Define a command alias: `alias l2geth=./build/bin/geth`.