From 696eb3fe3398b2dbce4ca637a0b6321d32c4f55a Mon Sep 17 00:00:00 2001 From: andrew Date: Sat, 11 Apr 2026 14:34:29 +0300 Subject: [PATCH] Tighten README install section --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 36d38b0..369f73c 100644 --- a/README.md +++ b/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