From f90fcb5d69a4be7d6dcc9ee22adf10a2638f9a41 Mon Sep 17 00:00:00 2001 From: "alexandre.azouri" Date: Tue, 12 May 2026 09:33:36 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20ajouter=20des=20instructions=20pour=20e?= =?UTF-8?q?x=C3=A9cuter=20l'installateur=20depuis=20un=20fork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ea7ba5254..34dea3a32 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,16 @@ Follow the installer prompts, then open your AI IDE (Claude Code, Cursor, etc.) npx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yes ``` +**Run Installer From Your Fork (uses current directory):** + +```bash +# Uses installer code from this fork +npm exec --yes --package=git+https://github.com/AlexandreAZOURI/BMAD-METHOD-Orchestrated.git -- \ +bmad-method install \ + --directory . \ + --custom-source https://github.com/AlexandreAZOURI/BMAD-METHOD-Orchestrated.git \ +``` + Override any module config option with `--set .=` (repeatable). Run `--list-options [module]` to see locally-known official keys (built-in modules plus any external officials cached on this machine): ```bash