From 02e4db39b395af81a09bb2996d41370b85fb07e3 Mon Sep 17 00:00:00 2001
From: Harry Linrui Xu <harrylx@stud.ntnu.no>
Date: Fri, 28 Apr 2023 02:13:33 +0200
Subject: [PATCH] Update README.md

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8df97099..508187fc 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@ Java download link: https://www.oracle.com/cis/java/technologies/downloads/
 JavaFx download link: https://openjfx.io
 
 
-
 **INSTALLING THE .JAR FIlE**
+
 The BudgetBuddy application is run from a .jar file. You can download this file by clicking the "Download File" folder,
 in the GitLab root folder, then clicking the "budgetbuddy.jar" file. 
 Lastly, click on "Download". The file should be downloaded to your local "Downloads" folder.
@@ -24,6 +24,7 @@ to the section named ADDING RECIPES
 
 
 **SETUP**
+
 1. Start by finding your javafx folder. It is often under "C:\Program Files\Java\sdk-19\" on PC and "Users/name/Library/Java/javafx-sdk-19\" on MAC.
     Library or Program Files are often hidden. You can fix this by pressing (VIEW -> Show -> Hidden Items) on PC and (cmd + shift + . ) on MAC
 2. Find the "lib" folder in javafx folder and then copy its path.
@@ -41,6 +42,7 @@ COPY THIS: java --module-path REPLACE THIS WITH JAVAFX LIB PATH --add-modules=ja
 
 
 **HOW TO RUN THE APP**
+
 1. Start by going into your terminal of choice. Preferably in administrator.
 2. Navigate to the place you saved the JAR file by writing "cd" + the path to the jar
     If you saved the jarfile to your desktop this input should be "cd Desktop" on PC and "cd Desktop" on MAC
@@ -50,6 +52,7 @@ COPY THIS: java --module-path REPLACE THIS WITH JAVAFX LIB PATH --add-modules=ja
 
 
 **ADDING RECIPES**
+
 As stated above, the default version of the BudgetBuddy application runs without recipes. In order to add recipes to your
 application, head back to the “DownloadFile” folder on GitLab 
 and download the “Recipes.register” file. Go
-- 
GitLab