Skip to content

Commit

Permalink
feat: add flow tag info (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin authored Sep 26, 2024
1 parent dd78888 commit 7368ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/validator/external-chains/flow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ node using the same staking procedure as above.
Build the access node binary from the latest release tag. The access node source is available in the [onflow/flow-go](https://github.com/onflow/flow-go) repo.

1. Install the prerequisites mentioned [here](https://github.com/onflow/flow-go?tab=readme-ov-file#installation)
2. Checkout the latest release tag mentioned [here](https://github.com/onflow/flow-go/releases).
3. Build the access node binary by following this [step](https://github.com/onflow/flow-go?tab=readme-ov-file#building-a-binary-for-the-access-node) in the flow-go repo.
2. Checkout the latest release tag mentioned [here](https://github.com/onflow/flow-go/releases/latest). (eg `git fetch; git checkout v0.37.10`)
3. Build the access node binary by following this [step](https://github.com/onflow/flow-go?tab=readme-ov-file#building-a-binary-for-the-access-node) in the flow-go repo. (eg `make docker-native-build-access-binary`)

Alternatively, you can also run the access node and the EVM gateway as a docker container. See [here](https://developers.flow.com/networks/node-ops/access-onchain-data/access-nodes/access-node-setup#step-4---start-your-node) for more details.

Expand Down

0 comments on commit 7368ac0

Please sign in to comment.