From 71fab4803dc5ae44025c371baa717a5a8434aabd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Einar=20Sk=C3=B8ien?= Date: Tue, 26 May 2026 14:55:54 +0200 Subject: [PATCH] Update README.md to include new installers --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7564ae5..23e61ff 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Millions is a JavaFX-based stock trading simulation game where players navigate ## Prerequisites +The project includes platform specific installers for MacOS and Windows. Another option is running the application as a JAR directly from the terminal. + +Prerequisites for running JAR: - **Java Development Kit (JDK) 17** or higher. - **Maven 3.6** or higher. @@ -59,4 +62,4 @@ The project follows a modified **Model-View-Controller (MVC)** architectural pat ## Credits -Developed as a group project for **IDATT2003 - Programmering 2** at NTNU. +Developed as a group project by Einar Skøien & Per Eric Trapnes for **IDATT2003 - Programmering 2** at NTNU.