Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UG #83

Merged
merged 2 commits into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FinTrack is a desktop app designed for individuals who want to manage their fina
## Quick Start

1. Ensure that you have Java 11 or above installed.
2. Download the latest version of `FinTrack.jar` from [here].
2. Download the latest version of `FinTrack.jar` from [here](https://github.com/AY2324S2-CS2113-F14-4/tp/releases/tag/v2.0).
3. Copy the file to the folder you want to use as the home folder for your FinTrack app.
4. Open a command terminal, navigate to the folder containing the jar file, and run the command `java -jar FinTrack.jar` to run the application.
5. Upon starting FinTrack, you will first be prompted to type the username and password. The username is **Bob** and the password is **password**
Expand Down
Loading