From bec48e9c557abebab9abae36ca94e753ba7baab6 Mon Sep 17 00:00:00 2001
From: Dragos Iulian ARGINT <dragos.argint@stud.acs.upb.ro>
Date: Sun, 9 Apr 2023 14:38:19 +0300
Subject: [PATCH] Update documentation

Signed-off-by: Dragos Iulian ARGINT <dragos.argint@stud.acs.upb.ro>
---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8e3f8a5..ae9881e 100644
--- a/README.md
+++ b/README.md
@@ -77,11 +77,16 @@ sh _checker
 
 ## Submiting the assignment
 1. Create a `*.zip` archive containing all the source files and headers of your solution and a `Kbuild` file that results in the `tracer.ko` module.
+> **Warning**
+> Please, keep in mind that you are not allowed to change the header inside the `/src` directory (`vmchecker-next` will overwrite this file, along with others).
+> Also, make sure the sources are in the root of the archive.
 2. Upload the archive on moodle in the section corresponding to the assignment.
 3. After a few minutes, you can see the checker results on the submission page, like in the following image.
+> **Warning**
+> Please make sure you get the score as feedback on the moodle page. Otherwise, something wrong happened in the checker and the assignment will not be graded.
 ![feedback](./img/feedback.png)
 
 Find the complete procedure for using `vmchecker-next` [here](https://github.com/systems-cs-pub-ro/vmchecker-next/wiki/Student-Handbook)
 
 > **Warning**
-> Although there is an alternative way to submit your assignment please submit the archive directly.
\ No newline at end of file
+> Although there is an alternative way to submit your assignment please submit the archive directly.
-- 
GitLab