From 89b5f8e20377865be02970ae98fca4fa8de46517 Mon Sep 17 00:00:00 2001 From: Jordan Hubbard Date: Sat, 10 Jan 2026 22:49:56 -0800 Subject: [PATCH] Update installation instructions for FreeBSD support (#1009) docs: add FreeBSD to installation instructions Co-Authored-By: Jordan Hubbard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d587e6c..1c514b81 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Beads provides a persistent, structured memory for coding agents. It replaces me ## ⚡ Quick Start ```bash -# Install (macOS/Linux) +# Install (macOS/Linux/FreeBSD) curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash # Initialize (Humans run this once)