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: