Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah authored May 27, 2026
1 parent 00fec8d commit e67cfe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -111,4 +111,4 @@ This project is the submission for the IDATT2003 exam, spring 2026, and demonstr

## Authors

Group 40, IDATT2003, NTNU – spring 2026.
Group 40, IDATT2003, NTNU – spring 2026.

0 comments on commit e67cfe8

Please sign in to comment.