Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update evm tool as part of standard distro #1427

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion docs/public-networks/how-to/troubleshoot/evm-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Besu EVM tool is a CLI program that executes arbitrary EVM programs and Ethe

## Get the EVM tool

The Besu EVM tool does not have a standard zip file distribution. To use, you need to either build from the source repository or use a pre-published docker image.
The Besu EVM tool is a part of the standard zip file distribution. To use the EVM tool, you can download the standard Besu distributuon on the [releases page](https://github.com/hyperledger/besu/releases). You may also build from the source repository or use a pre-published docker image.

### Build from source

Expand Down
Loading