hotfix: add npx cache workaround to Quick Start (#1685)
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:
parent
17a46a26a3
commit
1198c8b9b7
|
|
@ -30,6 +30,8 @@ Traditional AI tools do the thinking for you, producing average results. BMad ag
|
||||||
npx bmad-method install
|
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.
|
Follow the installer prompts, then open your AI IDE (Claude Code, Codex, Windsurf, etc.) in your project folder.
|
||||||
|
|
||||||
**Non-Interactive Installation** (for CI/CD):
|
**Non-Interactive Installation** (for CI/CD):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue