hotfix: add npx cache workaround to Quick Start

Users running npx bmad-method install may get a stale beta version
due to npx caching. Added explicit version pin as a workaround.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jheyworth 2026-02-17 15:20:36 +00:00
parent 17a46a26a3
commit 6a6558b09a
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ Traditional AI tools do the thinking for you, producing average results. BMad ag
npx bmad-method install
```
> If you are getting a stale beta version, use: `npx bmad-method@6.0.1 install`
Follow the installer prompts, then open your AI IDE (Claude Code, Codex, Windsurf, etc.) in your project folder.
**Non-Interactive Installation** (for CI/CD):