From 93549c0cd149e791ae7fc085ecc03b51b079194d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Drago=C8=99-Iulian=20ARGINT?=
 <dragos.argint@stud.acs.upb.ro>
Date: Sun, 30 Apr 2023 12:26:13 +0300
Subject: [PATCH] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/README.md b/README.md
index cc9ded4..3fa84ef 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,10 @@ $ make build
 $ make console
 ```
 After this command you should get a prompter inside the VM
+To exit from the VM, you can use the following key combination:
+```
+CTRL + A X
+```
 
 4. Copy the `*.ko` into the `skels/assginments/2-uart-checker` directory
 ```
-- 
GitLab