From a2fa8e55f0e8c63ee992ae67084df6010b64be92 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 21 Feb 2023 14:26:59 +0100 Subject: [PATCH] Add How to config file page --- How-to-config-file.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 How-to-config-file.md diff --git a/How-to-config-file.md b/How-to-config-file.md new file mode 100644 index 0000000..fad77c0 --- /dev/null +++ b/How-to-config-file.md @@ -0,0 +1,3 @@ +There is a config file template available with every release, which contains all available parameters for the corresponding release. + +To use the config file you need to pass `-c `, e.g. `-c ./config.yaml`.