Add uninstall documentation (GH #445)

- Create docs/UNINSTALLING.md with comprehensive uninstall steps
- Add link to UNINSTALLING.md from INSTALLING.md
- Cover: daemon, hooks, merge driver, .beads dir, worktree cleanup

Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-01 21:04:52 -08:00
parent d213ec912b
commit 3de3b60b45
3 changed files with 289 additions and 94 deletions

View File

@@ -312,3 +312,7 @@ git pull
go build -o bd ./cmd/bd
sudo mv bd /usr/local/bin/
```
## Uninstalling
To completely remove Beads from a repository, see [UNINSTALLING.md](UNINSTALLING.md).