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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user