Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down