From 49eb4e857fb4dd08028525036b328a6e4d390b05 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Sun, 8 Feb 2026 01:45:06 -0700 Subject: [PATCH] fix(docs): move bleeding-edge install command out of Verify Installation The alternative npx command for installing from main was misplaced inside the "Verify Installation" section. Move it to a tip admonition under Step 1 where users look for install options. Co-Authored-By: Claude Opus 4.6 --- docs/how-to/install-bmad.md | 14 +++++++------- docs/reference/commands.md | 2 -- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/how-to/install-bmad.md b/docs/how-to/install-bmad.md index a7249ac48..20a20bab3 100644 --- a/docs/how-to/install-bmad.md +++ b/docs/how-to/install-bmad.md @@ -29,6 +29,13 @@ If you want to use a non interactive installer and provide all install options o npx bmad-method install ``` +:::tip[Bleeding edge] +To install the latest from the main branch (may be unstable): +```bash +npx github:bmad-code-org/BMAD-METHOD install +``` +::: + ### 2. Choose Installation Location The installer will ask where to install BMad files: @@ -74,13 +81,6 @@ your-project/ Run the `help` workflow (`/bmad-help` on most platforms) to verify everything works and see what to do next. -**Latest from main branch:** -```bash -npx github:bmad-code-org/BMAD-METHOD install -``` - -Use these if you want the newest features before they're officially released. Things might break. - ## Troubleshooting **Installer throws an error** — Copy-paste the output into your AI assistant and let it figure it out. diff --git a/docs/reference/commands.md b/docs/reference/commands.md index 5c9b52e97..1ecca7516 100644 --- a/docs/reference/commands.md +++ b/docs/reference/commands.md @@ -42,10 +42,8 @@ The installer writes command files into an IDE-specific directory inside your pr | IDE / CLI | Command directory | | --- | --- | | Claude Code | `.claude/commands/` | -| Kiro | `.kiro/steering/` | | Cursor | `.cursor/commands/` | | Windsurf | `.windsurf/workflows/` | -| Gemini CLI | `.gemini/commands/` | | Other IDEs | See the installer output for the target path | All IDEs receive a flat set of command files in their command directory. For example, a Claude Code installation looks like: