Skip to content

Commit

Permalink
Update list items number in Quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
rayray39 committed Nov 5, 2024
1 parent 00f9535 commit 5d949b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ SocialBook is a **desktop app for managing contacts, optimized for use via a Co

1. Ensure you have Java `17` or above installed in your Computer.

1. Download the latest `.jar` file from [here](https://github.com/AY2425S1-CS2103-F10-2/tp/releases).
2. Download the latest `.jar` file from [here](https://github.com/AY2425S1-CS2103-F10-2/tp/releases).

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

1. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar socialbook.jar` command to run the application.<br>
4. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar socialbook.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>
![Ui](images/Ui.png)

1. 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>
5. 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:

* `list` : Lists all contacts.
Expand All @@ -40,7 +40,7 @@ SocialBook is a **desktop app for managing contacts, optimized for use via a Co

* `exit` : Exits the app.

1. Refer to the [Features](#features) below for details of each command.
6. Refer to the [Features](#features) below for details of each command.

--------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 5d949b4

Please sign in to comment.