feat: ajouter des instructions pour exécuter l'installateur depuis un fork

This commit is contained in:
alexandre.azouri 2026-05-12 09:33:36 +02:00
parent 8c0f856839
commit f90fcb5d69
1 changed files with 10 additions and 0 deletions

View File

@ -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 <module>.<key>=<value>` (repeatable). Run `--list-options [module]` to see locally-known official keys (built-in modules plus any external officials cached on this machine):
```bash