forked from nus-cs2103-AY2122S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91c1d4c
commit 38b7f76
Showing
1 changed file
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
@@ -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. | ||
|
||
-------------------------------------------------------------------------------------------------------------------- | ||
|
||
|