From e67cfe8dccc3f26451dd2661f708c658d771f02f Mon Sep 17 00:00:00 2001 From: Tommy Aas Hjelle Date: Wed, 27 May 2026 13:32:29 +0200 Subject: [PATCH] Update README.MD --- README.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index b717402..d4f4f69 100644 --- a/README.MD +++ b/README.MD @@ -50,14 +50,14 @@ The application is built around **MVC** (Model–View–Controller) combined wit ## Building and running -Prerequisites: JDK 25 and Maven installed. +Prerequisites: JDK 25 and Maven installed. For running tests, jacoco may need to be installed. ```bash # Run the application mvn javafx:run # Run tests -mvn test +mvn test (Jacoco may be required) # Generate a runnable JAR (ends up in target/ as …-shaded.jar) mvn package @@ -111,4 +111,4 @@ This project is the submission for the IDATT2003 exam, spring 2026, and demonstr ## Authors -Group 40, IDATT2003, NTNU – spring 2026. \ No newline at end of file +Group 40, IDATT2003, NTNU – spring 2026.