From 02cb10f9dcf5cd228f563f28e607ad7403a5aa9c Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 6 Nov 2022 16:50:27 +0800 Subject: Beautiful color in terminal thanks to rich! --- template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/README.md') 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 | -- cgit v1.2.3