Skip to content

Commit

Permalink
Merge pull request #220 from yingx9/YingXia-FixReadme
Browse files Browse the repository at this point in the history
Fix ReadMe
  • Loading branch information
bnjm2000 authored Nov 14, 2023
2 parents de188eb + 026b4b9 commit d09005f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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.
*

<div style="page-break-after: always;"></div>

## Instructions for Manual Testing | [Return to contents](#table-of-contents)
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<img src="images/SysLib Logo.png" />

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.


Expand Down
10 changes: 7 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit d09005f

Please sign in to comment.