diff --git a/README.md b/README.md index 842b856f..f6843c68 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,18 @@ Community-built and unofficial. Not affiliated with or endorsed by xAI. ## Install -### One-line install (recommended) +### Homebrew (macOS arm64 + Linux x64) + +```bash +brew tap alphaonedev/homebrew-tap +brew install grok-cli +``` + +The formula tracks the latest release. Upgrade with `brew upgrade grok-cli`. +The macOS binary is ad-hoc signed; brew strips the Gatekeeper quarantine +attribute automatically. Apple Developer ID notarization is on the roadmap. + +### One-line install (recommended for non-brew users) ```bash curl -fsSL https://raw.githubusercontent.com/alphaonedev/grok-cli/main/install.sh | bash diff --git a/docs/index.html b/docs/index.html index d7bd8769..534044f2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -112,10 +112,17 @@
curl -fsSL https://raw.githubusercontent.com/alphaonedev/grok-cli/main/install.sh | bash
+ brew tap alphaonedev/homebrew-tap && brew install grok-cli
+ curl -fsSL https://raw.githubusercontent.com/alphaonedev/grok-cli/main/install.sh | bash