doc: improve wording
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2024-01-04 12:44:08 +01:00
parent 790152ec36
commit a7df9a69b2

View file

@ -123,9 +123,10 @@ result file itself:
__Note__ `ctrlc` is my alias to `xclip -selection clipboard -i` __Note__ `ctrlc` is my alias to `xclip -selection clipboard -i`
### Creating a config file ### Using a config file
Run Code-Preloader with the following command-line options: You can automatically create an empty configuratio file by running
Code-Preloader with the following command-line options:
``` ```
Usage: code-preloader init [options] Usage: code-preloader init [options]
@ -140,8 +141,7 @@ Init options:
#### Example: Advanced with configuration file #### Example: Advanced with configuration file
You can also do the same by storing all parameters within a configuration file Given the following configuration file (ex: `code_preloader.yml`).
(ex: `code_preloader.yml`).
```yaml ```yaml
--- ---
@ -156,7 +156,7 @@ header_prompt_file_path: prompts/context.txt
footer_prompt_file_path: prompts/request-readme.txt footer_prompt_file_path: prompts/request-readme.txt
``` ```
Then type You can type a shorter command like:
```bash ```bash
./bin/code-preloader -c code_preloader.yml src | ctrlc ./bin/code-preloader -c code_preloader.yml src | ctrlc