From 8f0529c77c6e0f0e0419efdfd9dba97347d6b54b Mon Sep 17 00:00:00 2001 From: ZJ van de Weg Date: Sat, 12 Oct 2024 19:56:43 +0200 Subject: [PATCH] readme: Config by flags on the executable The docs suggested there's a configuration file, which I was unable to locate. The way I've been able to configure the behaviour is through flags. This change records it in the README. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20dc030..7616320 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ After completing the flow design in Node-RED, please ensure that you click the b ### 1. Build +Using Rust 1.80 or later, run: + ```bash cargo build -r ``` @@ -99,7 +101,8 @@ py.test ## Configuration -Adjust various settings in the configuration file, such as port number, `flows.json` path, etc. Refer to [CONFIG.md](docs/CONFIG.md) for more information. +Adjust various settings and configuration, please execute `edgelinkd` with flags. +The flags available can be found when executing `edgelinkd --help`. ## Project Status