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

@@ -113,6 +113,11 @@ brew tap steveyegge/beads
brew install bd
```
**mise (polyglot runtime manager):**
```bash
mise use -g ubi:steveyegge/beads[exe=bd]
```
For full, platform-specific instructions (Windows, Arch Linux, manual builds, IDE integrations, etc.) see the canonical guide in [docs/INSTALLING.md](docs/INSTALLING.md).
**Claude Code for Web:** See [npm-package/CLAUDE_CODE_WEB.md](npm-package/CLAUDE_CODE_WEB.md) for SessionStart hook setup.

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