fix install for alpha instruction in the readme
This commit is contained in:
parent
529d4a8c95
commit
c7fcf16eae
11
README.md
11
README.md
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue