Restore install.sh to scripts/ directory and update README (#84)

- Restore install.sh (249 lines) from commit b8bcffb^ to scripts/ directory
- Update README.md to reference scripts/install.sh in installation instructions
- Fix 404 error for users following quick installation guide

The install.sh script was accidentally deleted in commit b8bcffb (2025-10-17)
during directory reorganization. This restores it to the new scripts/ directory
as intended by the reorganization.
This commit is contained in:
Marco Del Pin
2025-10-19 18:41:42 +02:00
committed by GitHub
parent c8bee73e10
commit f621e80dc3
2 changed files with 251 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ Drop Beads into any project where you're using a coding agent, and you'll enjoy
Instant start:
```bash
curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/install.sh | bash
curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash
```
Then tell your coding agent to start using the `bd` tool instead of markdown for all new work, somewhere in your `AGENTS.md` or `CLAUDE.md`. That's all there is to it!
@@ -72,7 +72,7 @@ brew install bd
### Quick Install Script (All Platforms)
```bash
curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/install.sh | bash
curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash
```
The installer will: