docs: add mise installation instructions (#526)

Add mise (polyglot runtime manager) as an installation option using the
ubi backend to install from GitHub releases.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-13 09:55:04 +11:00
parent 42a6ae1252
commit b9bd45bcb3
2 changed files with 17 additions and 0 deletions

View File

@@ -17,6 +17,18 @@ brew install bd
- ✅ No need to install Go
- ✅ Handles PATH setup automatically
### mise (polyglot runtime manager)
```bash
mise use -g ubi:steveyegge/beads[exe=bd]
```
**Why mise?**
- ✅ Single tool for managing many development tools
- ✅ Version pinning per project via `mise.toml`
- ✅ No need to install Go
- ✅ Works across macOS, Linux, and Windows
### Quick Install Script (All Platforms)
```bash