From bb046f5062a83014b51b712ef9707f266a6bf218 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Wed, 11 Mar 2026 02:34:26 -0600 Subject: [PATCH] docs: mention next install channel (#1887) --- README.md | 2 +- docs/how-to/install-bmad.md | 9 +++++++++ docs/tutorials/getting-started.md | 2 ++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4827e378..28d12221f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ 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` +> 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. diff --git a/docs/how-to/install-bmad.md b/docs/how-to/install-bmad.md index 3c0ca61d1..3789c6fa9 100644 --- a/docs/how-to/install-bmad.md +++ b/docs/how-to/install-bmad.md @@ -29,6 +29,15 @@ If you want to use a non interactive installer and provide all install options o 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] To install the latest from the main branch (may be unstable): ```bash diff --git a/docs/tutorials/getting-started.md b/docs/tutorials/getting-started.md index 1880ed448..2c7817111 100644 --- a/docs/tutorials/getting-started.md +++ b/docs/tutorials/getting-started.md @@ -95,6 +95,8 @@ Open a terminal in your project directory and run: 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**. The installer creates two folders: