doc: fix commands in README.md
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2024-01-03 17:58:31 +01:00
parent 1c01e3228a
commit 91bee1621f

View file

@ -107,10 +107,9 @@ result file itself:
```bash
./bin/code-preloader \
-o result.txt \
-i .git -i bin/ -i result.txt -i prompts \
--header-prompt prompts/header-context.txt \
--footer-prompt prompts/footer-write-readme.txt \
-H prompts/header-context.txt \
-F prompts/footer-write-readme.txt \
src \
| ctrlc
```
@ -130,7 +129,7 @@ ignore_list:
- bin
- prompts
output_file_path: result.txt
output_file_path: null
header_prompt_file_path: prompts/header-context.txt
footer_prompt_file_path: prompts/footer-write-readme.txt
```