diff --git a/README.md b/README.md
index d2e90fc..fa5f217 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The exam of IDATT2003, "Programming 2" subject.
# Summary
-The game 'Millions', simulates a digital marketplace for buying and selling stocks. The player follows an evolving market with the goal to get as rich as possible. It's up to the players mindset to play it safely, or gambling away with going all in.
+Millions is a stock trading simulation game where players navigate a dynamic digital market to build as much wealth as possible. Play it safe with careful investments, or take high-risk gambles for the chance at enormous returns.
What you can expect from the game:
- Buying stocks
@@ -102,6 +102,11 @@ Navigate to the newly cloned folder.
Run command: `mvn clean javafx:run`.
### Executable variants
+
+> [!TIP]
+> Try running the "fat jar" solution as the primary solution.
+> In case of malfunction, process to the other methods.
+
Navigate to the **Releases** tab in Github and press the latest release.
Downloadable configurations for different operating systems should be available.
Download and decompress the downloaded folder using any .ZIP tool alternative.
@@ -112,8 +117,11 @@ Alternatively, a "fat jar" (Jar including all dependencies packaged together) is
This solution seems to work on some computers, but JavaFX is often found problematic.
> [!IMPORTANT]
->Due to missing testing ability. only **.AppImage** and **.exe** are compiled correspondingly for Linux and Windows machines.
->
+> Due to missing testing ability. only **.AppImage** and **.exe** are compiled correspondingly for Linux and Windows machines.
+>
+> Windows:
+> Microsoft Defender may be angry becuase of unsigned executables. Try running it as administrator.
+>
> Linux:
> In case of executable not working, try starting it through the command line: `./Millions`.
> If execution fails, try making the file a executable: `chmod +x Millions` and running again.