Skip to content

Commit

Permalink
fix: flow gateway checkout order (#1186)
Browse files Browse the repository at this point in the history
Co-authored-by: ben-weinberg <[email protected]>
  • Loading branch information
StephenFluin and benjamin852 authored Sep 26, 2024
1 parent 7368ac0 commit 606e8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/validator/external-chains/flow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ Further details on Access Node setup can be found in the [Access Node setup](htt
Similar to the access node, build the EVM gateway binary from the latest release tag. The EVM gateway source is available in the [onflow/flow-go](https://github.com/onflow/flow-evm-gateway) repo.
```bash
git clone https://github.com/onflow/flow-evm-gateway.git
git checkout <latest release tag mentioned here https://github.com/onflow/flow-evm-gateway/releases>
cd flow-evm-gateway
git checkout <latest release tag mentioned here https://github.com/onflow/flow-evm-gateway/releases/latest>
go build -o evm-gateway cmd/main/main.go
mv evm-gateway /usr/bin/
```
Expand Down

0 comments on commit 606e8f6

Please sign in to comment.