From 5371fa6aaa853f1531ed353f50264eb4776ef477 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Sun, 2 Oct 2016 22:43:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9ad20f6..81865a9 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ This project uses the CEP engine C-SPARQL to demonstrate how event data from rdf streams can be processed. It consist of a rudimentary simulation which generates rdf event data that is then fed into the engine through rdf streams. + +This project uses maven, so in order to get all the dependencies and build the project, you can run ```mvn package```. + +After that, you can run the project using ```java -jar target/CSPARQL-Carsimulation-0.0.1.jar```.