diff options
author | crupest <crupest@outlook.com> | 2022-11-06 16:50:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-06 16:50:27 +0800 |
commit | 1562a317e147954c5618ecdccbfd10c944bf81ce (patch) | |
tree | 4d8126b1578672edb3cd5180d29e45ec1e4bee90 /template/README.md | |
parent | eacf141eb42029dad5cdf511f3b255ed90e84df2 (diff) | |
download | crupest-1562a317e147954c5618ecdccbfd10c944bf81ce.tar.gz crupest-1562a317e147954c5618ecdccbfd10c944bf81ce.tar.bz2 crupest-1562a317e147954c5618ecdccbfd10c944bf81ce.zip |
Beautiful color in terminal thanks to rich!
Diffstat (limited to 'template/README.md')
-rw-r--r-- | template/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/README.md b/template/README.md index a8aebd1..5228d6b 100644 --- a/template/README.md +++ b/template/README.md @@ -1,6 +1,6 @@ This directory contains the template files used to generate the final config files. They should not be used directly usually. Run `../tool/setup.py` to perform any generation and necessary setup. -The template format is quite simple: they are just files containing `{{VAR}}`s. You can simply use text substitution to do the generation. All variable names begin with `CRUPEST_` to avoid name conflicts. +The template format is quite simple: they are just files containing `$VAR`s or `${VAR}`s. All variable names begin with `CRUPEST_` to avoid name conflicts. Here are the variables used in templates: | Variable | Description | |