doc: simplify examples in README
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
595cdb8f3a
commit
0dca861a40
1 changed files with 3 additions and 4 deletions
|
@ -108,8 +108,7 @@ result file itself:
|
||||||
```bash
|
```bash
|
||||||
./bin/code-preloader \
|
./bin/code-preloader \
|
||||||
-i .git -i bin/ -i result.txt -i prompts \
|
-i .git -i bin/ -i result.txt -i prompts \
|
||||||
-H prompts/header-context.txt \
|
-H prompts/context.txt -F prompts/request-readme.txt \
|
||||||
-F prompts/footer-write-readme.txt \
|
|
||||||
src \
|
src \
|
||||||
| ctrlc
|
| ctrlc
|
||||||
```
|
```
|
||||||
|
@ -130,8 +129,8 @@ ignore_list:
|
||||||
- prompts
|
- prompts
|
||||||
|
|
||||||
output_file_path: null
|
output_file_path: null
|
||||||
header_prompt_file_path: prompts/header-context.txt
|
header_prompt_file_path: prompts/context.txt
|
||||||
footer_prompt_file_path: prompts/footer-write-readme.txt
|
footer_prompt_file_path: prompts/request-readme.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Then type
|
Then type
|
||||||
|
|
Loading…
Reference in a new issue