Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.13 KB

homebrew-besu

Discord Documentation Status License Homebrew Tap for besu.

Getting started

Add the tap, and install:

brew tap hyperledger/besu
brew install besu

Run the besu executable:

besu --help

Refer to the Besu docs for further information.

To upgrade besu:

brew tap hyperledger/besu
brew upgrade besu

Version update workflow

Use GitHub workflow to updated the version. Run the workflow to perform new release update. Workflow requires Besu version, name of the git author and the email of the aurther. If the workflow have permission to create pull requests, it will create the PR. If not user need to create the pull request using the created branch.