docs: add Homebrew installation as primary method

This commit is contained in:
Steve Yegge
2025-10-14 17:58:53 -07:00
parent 061e8c4a27
commit d5f1c5f36e

View File

@@ -53,7 +53,20 @@ Agents report that they enjoy working with Beads, and they will use it spontaneo
## Installation
### Quick Install (Recommended)
### Homebrew (macOS/Linux)
```bash
brew tap steveyegge/beads
brew install bd
```
**Why Homebrew?**
- ✅ Simple one-command install
- ✅ Automatic updates via `brew upgrade`
- ✅ No need to install Go
- ✅ Handles PATH setup automatically
### Quick Install Script (All Platforms)
```bash
curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/install.sh | bash