https://github.com/hyperledger/homebrew-besu
https://github.com/hyperledger/homebrew-besu
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperledger/homebrew-besu
- Owner: hyperledger
- License: apache-2.0
- Created: 2019-09-18T04:42:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T19:07:29.000Z (about 2 months ago)
- Last Synced: 2025-05-01T09:05:25.944Z (about 1 month ago)
- Language: Shell
- Homepage: https://wiki.hyperledger.org/display/besu
- Size: 126 KB
- Stars: 3
- Watchers: 15
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-besu - Homebrew Besu - Homebrew Tap for Besu. (Other repositories)
README
# homebrew-besu
[](https://discord.gg/hyperledger)
[](https://besu.hyperledger.org/en/latest/?badge=latest)
[](https://github.com/hyperledger/homebrew-besu/blob/main/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](https://besu.hyperledger.org) for further information.
To upgrade besu:
```
brew tap hyperledger/besu
brew upgrade besu
```## Version update workflow
Use GitHub [workflow](.github/workflows/update-version.yml) 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.