Skip to content

Commit

Permalink
README patch 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno-Jesus authored Nov 11, 2022
1 parent 7c4e307 commit 11e920a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ It should prompt you with something similar to this:

| Main Menu |
|:--:|
||
|![image](https://user-images.githubusercontent.com/93390807/201247275-97ef366e-467e-4204-afbf-386d620d8db5.png)|

You should press the char that corresponds to the option you want to run and press ENTER when you're done.

Expand All @@ -68,17 +68,18 @@ It prints out any extraneous files/folders your repository contains. Here's an e

| Good Example | Bad Example |
|:--:|:--:|
|||
|![image](https://user-images.githubusercontent.com/93390807/201247416-c38b9607-55b8-4dca-bf59-0ec552a249c9.png)|![image](https://user-images.githubusercontent.com/93390807/201247355-c51032fc-4c2b-42e8-9f6c-ccfb7614f8e6.png)|

**2./3. Check filenames for Mandatory/Bonus files**

It prints out the result of checking if every Mandatory/Bonus part file was delivered. Unless you chose the last option, you can chose to run this parts separately, since the Bonus part is optional. Here's an example of possible outputs:

| Good Example | Bad Example |
|:--:|:--:|
|||
|![image](https://user-images.githubusercontent.com/93390807/201247602-7e256eee-4b4c-4ab6-a0ad-64861ca0818e.png)|![image](https://user-images.githubusercontent.com/93390807/201247674-3de5f2b1-2923-45e2-9f1a-1de58d7b56a1.png)
|

> <span style='color: orange'> **NOTE**: as it is for now, if you created your bonus files with the "_bonus" as a suffix, the parser will considered it wrong. Since the Moulinette didn't complain about having or not having it, you are free to take it off, at least to parse the files.
> <span style='color: orange'> **NOTE**: as it is for now, if you created your bonus files with the "_bonus" as a suffix, the parser will consider it wrong. Since the Moulinette didn't complain about having or not having it, you are free to take it off, at least to parse the files.
If you don't, probably the rest of the checks will fail in cascade. I'll fix it in the next patches.</span>

Expand All @@ -105,7 +106,7 @@ In order to minimize this from happening, you should have your files passing the
| Parsing '.c' files | Parsing 'libft.h' file |
|:--:|:--:|
|||
|![image](https://user-images.githubusercontent.com/93390807/201247801-833149e2-b4b8-424e-8e75-982f57c38b92.png)|![image](https://user-images.githubusercontent.com/93390807/201247860-21ca18ed-0533-4f68-89e1-ed7010353d5c.png)|

**7. Full run**

Expand Down

0 comments on commit 11e920a

Please sign in to comment.