diff --git a/README b/README index a312ec4391597bdb87413b7769c0a050d22700f3..997a31fd4d8f301195faa85baefe06a371a53e42 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.