Skip to content

Commit

Permalink
Remove traces of addressbook (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
didymental authored Oct 1, 2021
1 parent 91c1d4c commit 38b7f76
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,17 @@ reduce man-hours in managing paper files, translating this ‘saved’ time into

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

2. Download the latest `addressbook.jar` from [here](https://github.com/se-edu/addressbook-level3/releases).
2. Download the latest `docit.jar` from [here](https://github.com/AY2122S1-CS2103-W14-1/tp/releases).

3. Copy the file to the folder you want to use as the _home folder_ for your AddressBook.
3. Copy the file to the folder you want to use as the _home folder_ for your Doc'it.

4. Double-click the file to start the app. The GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.<br>
![Ui](images/Ui.png)

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.

* **`add`**`n/John Doe p/98765432 e/[email protected] a/John street, block 123, #01-01` : Adds a contact named `John Doe` to the Address Book.

* **`delete`**`3` : Deletes the 3rd contact shown in the current list.

* **`clear`** : Deletes all contacts.
* **`list -p`** : Lists all patients.

* **`exit`** : Exits the app.

Expand Down Expand Up @@ -276,7 +270,7 @@ Patient Name: Lim, Joshen Appointment Date: 2021-10-05
## 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 Doc'it home folder.

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

Expand Down

0 comments on commit 38b7f76

Please sign in to comment.