feat: update to use core tap for beads installation (#1261)

* feat: update to use core tap for beads installation

Signed-off-by: Rui Chen <rui@chenrui.dev>

* remove custom tap related code and refs

Signed-off-by: Rui Chen <rui@chenrui.dev>

---------

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2026-01-24 20:11:21 -05:00
committed by GitHub
parent 44485bcf35
commit 66d1e63158
20 changed files with 59 additions and 598 deletions
+4 -7
View File
@@ -33,8 +33,7 @@ Beads has several components - here's what they are and when you need them:
### Homebrew (macOS/Linux)
```bash
brew tap steveyegge/beads
brew install bd
brew install beads
```
**Why Homebrew?**
@@ -75,8 +74,7 @@ The installer will:
**Via Homebrew** (recommended):
```bash
brew tap steveyegge/beads
brew install bd
brew install beads
```
**Via go install**:
@@ -96,8 +94,7 @@ sudo mv bd /usr/local/bin/
**Via Homebrew** (works on Linux too):
```bash
brew tap steveyegge/beads
brew install bd
brew install beads
```
**Arch Linux** (AUR):
@@ -179,7 +176,7 @@ bd version
```bash
# 1. Install bd CLI (see Quick Install above)
brew install bd
brew install beads
# 2. Initialize in your project
cd your-project