fix install for alpha instruction in the readme

This commit is contained in:
Brian Madison 2025-12-29 15:45:38 +08:00
parent 529d4a8c95
commit c7fcf16eae

View File

@ -79,13 +79,18 @@ With **BMad Builder**, you can architect both simple agents and vastly complex d
### 1. Install BMad Method
```bash
# Install v6 Alpha (recommended)
npx bmad-method install
# Install v6 RECOMMENDED
npx bmad-method@alpha install
```
# Or stable v4 for production
```bash
# Install v4 Legacy (not recommended if starting fresh)
npx bmad-method install
# OR
npx bmad-method@latest install
```
### 2. Initialize Your Project
Load any agent in your IDE and run: