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.