Update workflow actions and add Homebrew install docs

This commit is contained in:
andrew 2026-04-11 04:01:39 +03:00
parent 816b24d05e
commit 446075f333
5 changed files with 35 additions and 7 deletions

View file

@ -18,6 +18,20 @@ verifies the SHA256 checksum, and unpacks it. It does not build from source.
If no stable tag is published yet, the installer automatically falls back to
the rolling `edge` release.
## Homebrew
```bash
brew tap ModernRelay/tap
brew install ModernRelay/tap/omnigraph
```
The Homebrew formula currently builds from source. To install the latest `main`
instead of the pinned formula version:
```bash
brew install --HEAD ModernRelay/tap/omnigraph
```
## Channels
Stable binaries: