npx with version selector

This commit is contained in:
Brian Madison
2025-10-26 23:42:56 -05:00
parent 334e24823a
commit 8ed721d029
4 changed files with 141 additions and 4 deletions

View File

@@ -151,6 +151,18 @@ Install BMad to your project using npx:
npx bmad-method install
```
> **Version Selection:** When running `npx bmad-method install`, you'll be prompted to choose:
>
> - **Stable (v4.x)** - Production-ready version
> - **Beta (v6.0.0-beta)** - Latest features with early access
>
> To install a specific version directly (skip prompt):
>
> ```bash
> npx bmad-method@4 install # Stable v4.x
> npx bmad-method@6.0.0-beta.0 install # Beta v6
> ```
The interactive installer will guide you through:
1. **Project location** - Where to install BMad