Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 759 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 759 Bytes

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