docs: add info how to run manually

This commit is contained in:
2025-05-20 11:08:09 +02:00
parent d0a478d172
commit 664684da55

View File

@@ -27,6 +27,13 @@ export ARCH=arm64
make install make install
``` ```
## Run
To run `rcond` manually, execute the following command in your terminal:
```sh
rcond -config config/rcond.yaml
```
## Development ## Development
There are several make targets available: There are several make targets available: