diff --git a/README.md b/README.md index 6e1f3a9b0..6cdef7f85 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Follow the installer prompts, then open your AI IDE (Claude Code, Cursor, Windsu npx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yes ``` -See [Non-Interactive Installation Guide](docs/non-interactive-installation.md) for all available options. +See [Non-Interactive Installation Guide](docs/how-to/non-interactive-installation.md) for all available options. > **Not sure what to do?** Run `/bmad-help` — it tells you exactly what's next and what's optional. You can also ask it questions like: diff --git a/docs/how-to/install-bmad.md b/docs/how-to/install-bmad.md index 0b477905a..9be23e5e1 100644 --- a/docs/how-to/install-bmad.md +++ b/docs/how-to/install-bmad.md @@ -5,7 +5,7 @@ description: Step-by-step guide to installing BMad in your project Use the `npx bmad-method install` command to set up BMad in your project with your choice of modules and AI tools. -If you want to use a non interactive installer and provide all install options on the command line, [this guide](/docs/non-interactive-installation.md). +For automated or scripted installations, see the [Non-Interactive Installation](/docs/how-to/non-interactive-installation.md) guide. ## When to Use This diff --git a/docs/non-interactive-installation.md b/docs/how-to/non-interactive-installation.md similarity index 100% rename from docs/non-interactive-installation.md rename to docs/how-to/non-interactive-installation.md