Update link to install script (#867)

This commit is contained in:
Jordan Docherty
2026-01-03 20:53:58 +00:00
committed by GitHub
parent f156e16da3
commit a791991103
5 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ if ! command -v bd &> /dev/null; then
echo "❌ Error: bd command not found"
echo
echo "Install bd:"
echo " curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/install.sh | bash"
echo " curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash"
echo
exit 1
fi