Compare commits

...

3 Commits

Author SHA1 Message Date
Alex Verkhovsky 7245bbcfb0
Merge eab427b6cc into 30a98633cd 2026-03-10 07:06:19 -06:00
Alex Verkhovsky eab427b6cc docs: mention next install channel 2026-03-10 07:06:17 -06:00
Alex Verkhovsky 30a98633cd
revert: restore QA checklist wording (#1888) 2026-03-10 05:54:07 -06:00
4 changed files with 13 additions and 2 deletions

View File

@ -40,7 +40,7 @@ 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` > Want the newest prerelease build? Use `npx bmad-method@next install`. Expect higher churn than the default install.
Follow the installer prompts, then open your AI IDE (Claude Code, Cursor, etc.) in your project folder. Follow the installer prompts, then open your AI IDE (Claude Code, Cursor, etc.) in your project folder.

View File

@ -29,6 +29,15 @@ If you want to use a non interactive installer and provide all install options o
npx bmad-method install npx bmad-method install
``` ```
:::tip[Want the newest prerelease build?]
Use the `next` dist-tag:
```bash
npx bmad-method@next install
```
This gets you newer changes earlier, with a higher chance of churn than the default install.
:::
:::tip[Bleeding edge] :::tip[Bleeding edge]
To install the latest from the main branch (may be unstable): To install the latest from the main branch (may be unstable):
```bash ```bash

View File

@ -95,6 +95,8 @@ Open a terminal in your project directory and run:
npx bmad-method install npx bmad-method install
``` ```
If you want the newest prerelease build instead of the default release channel, use `npx bmad-method@next install`.
When prompted to select modules, choose **BMad Method**. When prompted to select modules, choose **BMad Method**.
The installer creates two folders: The installer creates two folders:

View File

@ -30,4 +30,4 @@ Run the tests using your project's test command.
--- ---
**Need more comprehensive test coverage?** Install [Test Architect (TEA)](https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/) for advanced workflows. **Need more comprehensive testing?** Install [Test Architect (TEA)](https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/) for advanced workflows.