diff --git a/.goreleaser.yml b/.goreleaser.yml index 7aa037eb..59c8e0c3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -210,7 +210,7 @@ release: brew install steveyegge/beads/bd ``` - **Quick Install (macOS/Linux):** + **Quick Install (macOS/Linux/FreeBSD):** ```bash curl -sSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash ``` diff --git a/README.md b/README.md index 1c514b81..849ab1d0 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Beads supports hierarchical IDs for epics: * **Homebrew:** `brew install steveyegge/beads/bd` * **Go:** `go install github.com/steveyegge/beads/cmd/bd@latest` -**Requirements:** Linux (glibc 2.32+), macOS, or Windows. +**Requirements:** Linux (glibc 2.32+), FreeBSD, macOS, or Windows. ## š Community Tools diff --git a/docs/INSTALLING.md b/docs/INSTALLING.md index dc1c3e1e..e0533228 100644 --- a/docs/INSTALLING.md +++ b/docs/INSTALLING.md @@ -50,7 +50,7 @@ curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/insta ``` The installer will: -- Detect your platform (macOS/Linux, amd64/arm64) +- Detect your platform (macOS/Linux/FreeBSD, amd64/arm64) - Install via `go install` if Go is available - Fall back to building from source if needed - Guide you through PATH setup if necessary @@ -123,6 +123,18 @@ go build -o bd ./cmd/bd sudo mv bd /usr/local/bin/ ``` +### FreeBSD + +**Via Quick Install Script**: +```bash +curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash +``` + +**Via go install**: +```bash +go install github.com/steveyegge/beads/cmd/bd@latest +``` + ### Windows 11 Beads now ships with native Windows supportāno MSYS or MinGW required. diff --git a/website/docs/getting-started/installation.md b/website/docs/getting-started/installation.md index fb2d197f..77a9b5b1 100644 --- a/website/docs/getting-started/installation.md +++ b/website/docs/getting-started/installation.md @@ -30,7 +30,7 @@ curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/insta ``` The installer will: -- Detect your platform (macOS/Linux, amd64/arm64) +- Detect your platform (macOS/Linux/FreeBSD, amd64/arm64) - Install via `go install` if Go is available - Fall back to building from source if needed - Guide you through PATH setup if necessary @@ -79,6 +79,18 @@ paru -S beads-git go install github.com/steveyegge/beads/cmd/bd@latest ``` +### FreeBSD + +**Via quick install script**: +```bash +curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash +``` + +**Via go install**: +```bash +go install github.com/steveyegge/beads/cmd/bd@latest +``` + ### Windows 11 Beads ships with native Windows supportāno MSYS or MinGW required. diff --git a/website/docs/intro.md b/website/docs/intro.md index f858640b..2c484d76 100644 --- a/website/docs/intro.md +++ b/website/docs/intro.md @@ -26,6 +26,9 @@ Traditional issue trackers (Jira, GitHub Issues) weren't designed for AI agents. brew tap steveyegge/beads brew install bd +# Or quick install (macOS/Linux/FreeBSD) +curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash + # Initialize in your project cd your-project bd init --quiet diff --git a/website/static/llms-full.txt b/website/static/llms-full.txt index 7e3c2932..767d6819 100644 --- a/website/static/llms-full.txt +++ b/website/static/llms-full.txt @@ -30,6 +30,9 @@ Traditional issue trackers (Jira, GitHub Issues) weren't designed for AI agents. brew tap steveyegge/beads brew install bd +# Or quick install (macOS/Linux/FreeBSD) +curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash + # Initialize in your project cd your-project bd init --quiet @@ -277,7 +280,7 @@ curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/insta ``` The installer will: -- Detect your platform (macOS/Linux, amd64/arm64) +- Detect your platform (macOS/Linux/FreeBSD, amd64/arm64) - Install via `go install` if Go is available - Fall back to building from source if needed - Guide you through PATH setup if necessary @@ -326,6 +329,18 @@ paru -S beads-git go install github.com/steveyegge/beads/cmd/bd@latest ``` +### FreeBSD + +**Via quick install script**: +```bash +curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash +``` + +**Via go install**: +```bash +go install github.com/steveyegge/beads/cmd/bd@latest +``` + ### Windows 11 Beads ships with native Windows supportāno MSYS or MinGW required. @@ -2417,6 +2432,9 @@ bd create