Install BMad Method command was incorrect
I updated the commands to align with its description: v6 installation command must be: npx bmad-method@latest install v4 installation command is npx bmad-method install
This commit is contained in:
parent
529d4a8c95
commit
2910ef4903
|
|
@ -80,10 +80,10 @@ With **BMad Builder**, you can architect both simple agents and vastly complex d
|
|||
|
||||
```bash
|
||||
# Install v6 Alpha (recommended)
|
||||
npx bmad-method install
|
||||
npx bmad-method@latest install
|
||||
|
||||
# Or stable v4 for production
|
||||
npx bmad-method@latest install
|
||||
npx bmad-method install
|
||||
```
|
||||
|
||||
### 2. Initialize Your Project
|
||||
|
|
|
|||
Loading…
Reference in New Issue