From 664684da55ed60e56f75f80465a20cb339dd6c2b Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Tue, 20 May 2025 11:08:09 +0200 Subject: [PATCH] docs: add info how to run manually --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index da394a4..27871e0 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ export ARCH=arm64 make install ``` +## Run + +To run `rcond` manually, execute the following command in your terminal: +```sh +rcond -config config/rcond.yaml +``` + ## Development There are several make targets available: