We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86878a6 commit 8f0df0fCopy full SHA for 8f0df0f
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
49
$ cd l2geth-source
50
$ git checkout VERSION
51
```
52
-2. Ensure that you are using version 1.20 of `go`.
+2. Ensure that you are using version 1.21 of `go`.
53
3. Install the gcc compiler: `sudo apt install build-essential`.
54
4. Build `l2geth`: `make nccc_geth`. The binary is now in `build/bin/geth`.
55
5. Define a command alias: `alias l2geth=./build/bin/geth`.
0 commit comments