docs(ci): finalize global install runtime docs and smoke coverage

This commit is contained in:
ZenchantLive 2026-03-02 20:46:18 -08:00
parent 8df567c327
commit 6fbd6329b4
6 changed files with 157 additions and 1 deletions

View file

@ -95,6 +95,38 @@ cd beadboard
npm install
```
### Global CLI Install (Optional)
Primary install path:
```bash
npm i -g beadboard
```
Fallback wrappers from repo root:
POSIX (Linux/macOS):
```bash
bash ./install/install.sh
```
Windows (PowerShell):
```powershell
powershell -ExecutionPolicy Bypass -File .\install\install.ps1
```
Both wrappers install shims at:
- `~/.beadboard/bin/bb`
- `~/.beadboard/bin/beadboard`
Runtime home:
- `~/.beadboard/runtime/<version>`
- `~/.beadboard/runtime/current.json`
Launcher commands:
- `beadboard start`
- `beadboard open`
- `beadboard status`
---
## Quick Start