doc: fix commands in README.md
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1c01e3228a
commit
91bee1621f
1 changed files with 3 additions and 4 deletions
|
@ -107,10 +107,9 @@ result file itself:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./bin/code-preloader \
|
./bin/code-preloader \
|
||||||
-o result.txt \
|
|
||||||
-i .git -i bin/ -i result.txt -i prompts \
|
-i .git -i bin/ -i result.txt -i prompts \
|
||||||
--header-prompt prompts/header-context.txt \
|
-H prompts/header-context.txt \
|
||||||
--footer-prompt prompts/footer-write-readme.txt \
|
-F prompts/footer-write-readme.txt \
|
||||||
src \
|
src \
|
||||||
| ctrlc
|
| ctrlc
|
||||||
```
|
```
|
||||||
|
@ -130,7 +129,7 @@ ignore_list:
|
||||||
- bin
|
- bin
|
||||||
- prompts
|
- prompts
|
||||||
|
|
||||||
output_file_path: result.txt
|
output_file_path: null
|
||||||
header_prompt_file_path: prompts/header-context.txt
|
header_prompt_file_path: prompts/header-context.txt
|
||||||
footer_prompt_file_path: prompts/footer-write-readme.txt
|
footer_prompt_file_path: prompts/footer-write-readme.txt
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue