diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index cb5ab3012..e14cc02cd 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -12,8 +12,8 @@ * [Command Component](#command-component) * [Storage Component](#storage-component) * [Implementation](#implementation--return-to-contents) - * [Find Resources](#find-resource-feature--return-to-contents) * [Add Resources](#add-resource-feature--return-to-contents) + * [Find Resources](#find-resource-feature--return-to-contents) * [Show Resources](#show-resources-feature--return-to-contents) * [List Resources](#listing-resources-feature--return-to-contents) * [Edit Resources](#edit-command-feature--return-to-contents) @@ -250,7 +250,7 @@ There are seven types of `Resource`: - **ENewspaper** has two options: - `add /i [isbn] /t [title] /p [publisher] /ed [edition] /tag [tag] /l [link]` - `add /i [isbn] /t [title] /p [publisher] /ed [edition] /tag [tag] /l [link] /s [status]` - - + #### Implementation It implements the following operations: @@ -987,7 +987,7 @@ should be able to accomplish most of the tasks faster using commands than using * *Resource* - A generic term for items in library inventory. * Further divided into: Book, EBook, Magazines, EMagazines, Newspapers, ENewspapers, and CDs. - * +
## Instructions for Manual Testing | [Return to contents](#table-of-contents) diff --git a/docs/README.md b/docs/README.md index c84eda124..f8fab3f1e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,5 @@ + SysLib CLI is a robust command-line tool designed for system librarians to efficiently handle inventory and events. With quick command-based actions, manage your library's resources and events seamlessly. Simplify administrative tasks, so you can focus on serving patrons better. diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 96067b96b..3d33480c6 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -635,15 +635,19 @@ Format: `help` Example: -![helpexampleoutput](/Users/bnjm2000/Desktop/4. Sem 3/CS2113T/Codes/tp/docs/images/helpexampleoutput.png) +![helpexampleoutput](images/helpexampleoutput.png) ## FAQ | [Return to Contents](#contents) Q: How do I download Java 11 on my computer? A: Follow the guide [here](https://www.codejava.net/java-se/download-and-install-java-11-openjdk-and-oracle-jdk#:~:text=Head%20to%20Java%20SE%20Development,download%20the%20file%20jdk%2D11.0.)! -Q: How do I open command terminal? -A: For **Windows** users, click **Start** and search for **Command Prompt**. For **Mac** users, press `Command ⌘` + `Space` +Q: How do I open command terminal? + +A: +- For **Windows** users, click **Start** and search for **Command Prompt**. + +- For **Mac** users, press `Command ⌘` + `Space` on your keyboard to open Spotlight and type **Terminal** in the search field, then click **Terminal**. Q: What should I do if I encounter an error or bug?