Skip to content
Snippets Groups Projects
Commit 02e4db39 authored by Harry Linrui Xu's avatar Harry Linrui Xu
Browse files

Update README.md

parent 98136a1a
No related branches found
No related tags found
No related merge requests found
Pipeline #222569 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment