feat: ajouter des instructions pour exécuter l'installateur depuis un fork
This commit is contained in:
parent
8c0f856839
commit
f90fcb5d69
10
README.md
10
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 <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
|
||||
|
|
|
|||
Loading…
Reference in New Issue