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

Add terminal example in Quickstart section of UG #290

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
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
15 changes: 9 additions & 6 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,20 @@ CheckMate is a **desktop app for streamlining the process of room bookings by ho

3. Copy the file to the folder you want to use as the _home folder_ for your CheckMate.

4. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar checkmate.jar` command to run the application.<br>
A GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.<br>
4. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar checkmate.jar` command to run the application.
Kindly follow the example below, but do note that the `checkmate.jar` file in the example is in the `Downloads` folder. <br>
![terminal.png](images/terminal.png)

5. A GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.<br>
![LandingGUI](images/Ui.png)

5. Double-clicking on a booking will allow you to see its details.
6. Double-clicking on a booking will allow you to see its details.
![ClickBooking.png](images%2FClickBooking.png)

6. Here is a quick summary of the Graphical User Interface (GUI), or what you can see on your screen right now.
7. Here is a quick summary of the Graphical User Interface (GUI), or what you can see on your screen right now.
![GUILayout.png](images/GUILayout.png)

7. Type the command in the command box and press Enter to execute it. e.g. typing **`help`** and pressing Enter will open the help window.<br>
8. Type the command in the command box and press Enter to execute it. e.g. typing **`help`** and pressing Enter will open the help window.<br>
Some example commands you can try:

* `help` : Access the help page.
Expand All @@ -73,7 +76,7 @@ CheckMate is a **desktop app for streamlining the process of room bookings by ho

* `exit` : Exits CheckMate and closes the application.

8. Refer to the [Commands](#commands) below for details of each command.
9. Refer to the [Commands](#commands) below for details of each command.

</div>
</details>
Expand Down
Binary file added docs/images/terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading