docs: fix incorrect npm package references

- Fix npx bmad → npx bmad-method in documentation
- Only bmad-method is registered in npm registry, not bmad
- Clarify that bmad command works locally when BMAD is installed
- Update installation guides to use correct package name

Ensures users don't get 'package not found' errors when trying npx bmad
This commit is contained in:
Brian Madison
2025-11-22 12:22:44 -06:00
parent 90af352247
commit 905f9ca346
2 changed files with 32 additions and 18 deletions

View File

@@ -219,7 +219,7 @@ cp /path/to/commit-poet.agent.yaml .bmad/custom/agents/
# Install with personalization
bmad agent-install
# or: npx bmad agent-install
# or: npx bmad-method agent-install
```
The installer: