Merge pull request #969 from zeroclaw-labs/docs/homebrew-install-readme

docs(readme): add Homebrew install instructions
This commit is contained in:
Alex Gorevski 2026-02-19 12:50:41 -08:00 committed by GitHub
commit 229f826656
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 30 additions and 0 deletions

View file

@ -4,6 +4,12 @@ This page defines the fastest supported path to install and initialize ZeroClaw.
Last verified: **February 18, 2026**.
## Option 0: Homebrew (macOS/Linuxbrew)
```bash
brew install zeroclaw
```
## Option A (Recommended): Clone + local script
```bash