Skip to content

Commit

Permalink
Merge pull request nus-cs2103-AY2324S1#44 from jianrong7/remove-ab3-ug
Browse files Browse the repository at this point in the history
  • Loading branch information
jianrong7 authored Oct 4, 2023
2 parents db83ca5 + 4fcb9b4 commit 220549a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ PropertyMatch is a desktop application for property agents who want to organise

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

1. Download the latest `addressbook.jar` from [here](https://github.com/se-edu/addressbook-level3/releases).
1. Download the latest `propertymatch.jar`.

1. Copy the file to the folder you want to use as the _home folder_ for your AddressBook.
1. Copy the file to the folder you want to use as the _home folder_ for your PropertyMatch.

1. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar addressbook.jar` command to run the application.<br>
1. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar propertymatch.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)

Expand Down Expand Up @@ -199,7 +199,7 @@ When command fails: Invalid command for misspelling of command
## FAQ

**Q**: How do I transfer my data to another Computer?<br>
**A**: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the data of your previous AddressBook home folder.
**A**: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the data of your previous PropertyMatch home folder.

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

Expand Down

0 comments on commit 220549a

Please sign in to comment.