@@ -51,7 +51,7 @@ $config_description
5151### Usage:
5252
5353A template YAML for configuring the service can be found at
54- [ ` ./example-config .yaml ` ] ( ./example-config .yaml ) .
54+ [ ` ./example_config .yaml ` ] ( ./example_config .yaml ) .
5555Please adapt it, rename it to ` .$shortname.yaml ` , and place it in one of the following locations:
5656- in the current working directory where you execute the service (on Linux: ` ./.$shortname.yaml ` )
5757- in your home directory (on Linux: ` ~/.$shortname.yaml ` )
@@ -60,7 +60,7 @@ The config yaml will be automatically parsed by the service.
6060
6161** Important: If you are using containers, the locations refer to paths within the container.**
6262
63- All parameters mentioned in the [ ` ./example-config .yaml ` ] ( ./example-config .yaml )
63+ All parameters mentioned in the [ ` ./example_config .yaml ` ] ( ./example_config .yaml )
6464could also be set using environment variables or file secrets.
6565
6666For naming the environment variables, just prefix the parameter name with ` ${shortname}_ ` ,
@@ -100,7 +100,7 @@ It installs the service with all development dependencies, and it installs pre-c
100100
101101The installation is performed automatically when you build the devcontainer. However,
102102if you update dependencies in the [ ` ./pyproject.toml ` ] ( ./pyproject.toml ) or the
103- [ ` . /requirements-dev.txt` ] ( ./requirements-dev.txt ) , please run it again.
103+ [ ` lock /requirements-dev.txt` ] ( ./lock /requirements-dev.txt ) , please run it again.
104104
105105## License
106106
@@ -109,5 +109,5 @@ This repository is free to use and modify according to the
109109
110110## README Generation
111111
112- This README file is auto-generated, please see [ ` readme_generation.md ` ] ( ./readme_generation.md )
112+ This README file is auto-generated, please see [ . readme_generation/README .md] ( ./. readme_generation/README .md )
113113for details.
0 commit comments