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:
utomatic-agency 2025-12-29 08:01:33 +01:00 committed by GitHub
parent 529d4a8c95
commit 2910ef4903
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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