From 9f50941c686f00c122af0c8bf3546e1ababf93c2 Mon Sep 17 00:00:00 2001 From: lukas-heilgenbrunner Date: Wed, 29 May 2024 14:41:46 +0200 Subject: [PATCH] add prebuilt info --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1b7cdd2..f91fcc1 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ Appending cli parameters to the above `cargo run` command is as simple as: `cargo run --package graphdbhue3 --bin graphdbhue3 -- --username --password ` +### Or use prebuilt binaries +You can also use the pre-built binaries for windows and linux attached to the moodle submission with the same parameters as above. + ## Accessing Web Interface The API is exposed on Port `8081`.