From bf05a7a9fe60209b036c547757e8609ab3ce7473 Mon Sep 17 00:00:00 2001
From: 168912916 859421311 <47042125+pheiduck@users.noreply.github.com>
Date: Sun, 12 Jul 2020 22:13:15 +0200
Subject: [PATCH] Update README.md
I have noticed that we need first install xserver-xorg-input-evdev after we can execute the script. :)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5abc325..6551c8c 100755
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ Update:
Use SSH to connect the Raspberry Pi,
And Ensure that the Raspberry Pi is connected to the Internet before executing the following commands:
-----------------------------------------------------------------------------------------------------
-
+```sudo apt install xserver-xorg-input-evdev -y```
```sudo rm -rf LCD-show```
```git clone https://github.com/goodtft/LCD-show.git```
```chmod -R 755 LCD-show```