mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-21 02:28:07 +02:00
Update workflow actions and add Homebrew install docs
This commit is contained in:
parent
816b24d05e
commit
446075f333
5 changed files with 35 additions and 7 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue