Skip to content

Commit

Permalink
Update UserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Y-Yan authored Nov 18, 2023
1 parent a59ae1b commit 6d5145b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,19 @@ Welcome to the FITNUS UserGuide! We're glad you're here and if you have any ques

## Quick Start

In the terminal, make sure you are in the same directory (location) as the jar file is, and run `java -jar JAR_FILE_NAME` where `JAR_FILE_NAME` is the name of the jar file as stored on your local computer.
Please follows the steps below to start your Fitnus journey. In the terminal, make sure you are in the same directory (location) as the jar file is, and .

1. Ensure that you have Java 11 or above installed.
2. Down the latest version of `Duke` from [here](https://github.com/AY2324S1-CS2113-F11-1/tp/releases).
3. Put the downloaded jar file into any directory you prefer. This directory should allow read and write of any files inside the directory.
4. Start your command terminal on your device.
5. Run the FITNUS app using command `java -jar JAR_FILE_NAME` where `JAR_FILE_NAME` is the name of the jar file as stored on your local computer


A simple example as below:
![image](https://github.com/AY2324S1-CS2113-F11-1/tp/assets/142566176/5f48a750-2078-4cc3-9410-1c5cca94f992)



## Features

Expand Down

0 comments on commit 6d5145b

Please sign in to comment.