summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-05-01 16:23:53 +0200
committerxengineering <me@xengineering.eu>2024-05-01 16:23:53 +0200
commit1d6a23f6307ea1a1225ca8b2f2b91f78d1323416 (patch)
tree9104d8b4b110361fdddfc279352dcde7626db68c
parentca4928a549251ad84c0ba2ef4179fa2174bbaabc (diff)
downloadceres-1d6a23f6307ea1a1225ca8b2f2b91f78d1323416.tar
ceres-1d6a23f6307ea1a1225ca8b2f2b91f78d1323416.tar.zst
ceres-1d6a23f6307ea1a1225ca8b2f2b91f78d1323416.zip
Add usage instructions to README.md
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index b415daa..c4a12d7 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,23 @@
# Ceres - Recipe server for local networks
+## Usage
+
+The `ceres` executable can be called without any arguments to start the server
+with the default configuration `default_config.json`:
+
+```
+./ceres
+```
+
+A custom configuration can be passed with the `-c` flag:
+
+```
+./ceres -c path/to/custom_config.json
+```
+
+Further command line options are described in the help page which can be
+retrieved by calling `./ceres -h`.
+
## Build instructions
The following build dependencies are required: