From 3ad6bdab6750f8e6e460c8f6950e7f9a6ea8dbec Mon Sep 17 00:00:00 2001 From: Harry Linrui Xu <harrylx@stud.ntnu.no> Date: Thu, 27 Apr 2023 23:07:05 +0200 Subject: [PATCH] Update README --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index a312ec43..997a31fd 100644 --- a/README +++ b/README @@ -23,7 +23,8 @@ SETUP: 2. Find the "lib" folder in javafx folder and then copy its path. It should look like this: C:\Program Files\Java\sdk-19\lib on WINDOWS and /Users/name/Library/Java/javafx-sdk-19.0.2.1/lib on MAC As a good measure you should put " at the start and end of the path. - It should now look something like this "C:\Program Files\Java\sdk-19\lib" or "/Users/name/Library/Java/javafx-sdk-19.0.2.1/lib". A real example looks like this: Users/emil/Library/Java/javafx-sdk-19.0.2.1/lib". + It should now look something like this "C:\Program Files\Java\sdk-19\lib" or "/Users/name/Library/Java/javafx-sdk-19.0.2.1/lib". + A real example looks like this: Users/emil/Library/Java/javafx-sdk-19.0.2.1/lib". Copy this finished path and replace the placeholder text below labelled "REPLACE THIS WITH JAVAFX LIB PATH" 3. After replacing the placeholder text below you will be left with your execute text. Copy the text and paste it into the terminal each time you start the app. @@ -39,7 +40,9 @@ HOW TO RUN THE APP: 4. The file should now run. 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 +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 to “C:\users\<username>\BudgetBuddyFiles\recipes†and replace the current “Recipes.register†file with the one you just downloaded. Restart BudgetBuddy and you will now have recipes. -- GitLab