From 8bd9363bae54ec298477dd696f6b3f229f7b6443 Mon Sep 17 00:00:00 2001 From: Nils Kohl <nils.kohl@fau.de> Date: Tue, 27 Aug 2024 14:10:49 +0200 Subject: [PATCH] Updated README. Co-authored-by: Daniel Bauer <daniel.j.bauer@fau.de> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5bda9e9..4035388a 100644 --- a/README.md +++ b/README.md @@ -19,5 +19,5 @@ python -m pip install -r requirements.txt python generate.py -o ../operators ../operators-<operator-group>.toml -# To generate all operators you have to run the script with all toml files. +# To generate all operators you have to run the script repeatedly, each time with a different toml file. ``` -- GitLab