From 9d024ba1cce5ee52bd96e85119711711b8f81d31 Mon Sep 17 00:00:00 2001 From: Luke Cheng <2258420+chenglu@users.noreply.github.com> Date: Tue, 18 Nov 2025 11:21:13 -0500 Subject: [PATCH] Update installation command for v6 Alpha --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 568e9f21..b5ec6c19 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ > > **Getting Started:** > -> - **Install v6 Alpha:** `npx bmad-method install` +> - **Install v6 Alpha:** `npx bmad-method@alpha install` > - **Install stable v4:** `npx bmad-method@latest install` > - **Not sure what to do?** Load any agent and run `*workflow-init` for guided setup > - **v4 Users:** [View v4 documentation](https://github.com/bmad-code-org/BMAD-METHOD/tree/V4) or [upgrade guide](./docs/v4-to-v6-upgrade.md)