mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
Tighten README install section
This commit is contained in:
parent
02acd47a94
commit
696eb3fe33
1 changed files with 1 additions and 15 deletions
16
README.md
16
README.md
|
|
@ -12,9 +12,7 @@ curl -fsSL https://raw.githubusercontent.com/ModernRelay/omnigraph/main/scripts/
|
|||
```
|
||||
|
||||
This installs `omnigraph` and `omnigraph-server` into `~/.local/bin` from
|
||||
published release binaries. It does not compile from source. If no stable tag
|
||||
is published yet, the installer automatically falls back to the rolling `edge`
|
||||
release.
|
||||
published release binaries.
|
||||
|
||||
Or install with Homebrew:
|
||||
|
||||
|
|
@ -23,18 +21,6 @@ brew tap ModernRelay/tap
|
|||
brew install ModernRelay/tap/omnigraph
|
||||
```
|
||||
|
||||
To install the rolling prerelease binaries from `main` instead:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/ModernRelay/omnigraph/main/scripts/install.sh | RELEASE_CHANNEL=edge bash
|
||||
```
|
||||
|
||||
If you want a source build, use:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/ModernRelay/omnigraph/main/scripts/install-source.sh | bash
|
||||
```
|
||||
|
||||
## One-Command Local RustFS Bootstrap
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue