From a880a29921604acabf1d25d23038e5b4ef49cc68 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Thu, 15 Aug 2019 21:20:08 -0500 Subject: [PATCH] - Updated readme to include mention of xprop. Relates to #7 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d21cfc..9256d25 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ X11 is the only other requirement. Wayland can be supported, but will require a ``` git clone https://github.com/rbreaves/kinto.git ``` -2. Install python3 (If needed) +2. Install python3 and xprop (If needed) Debian or Ubuntu 16.04 or 18.04 ``` sudo apt update -sudo apt install python3 +sudo apt install python3 x11-utils ``` 3. Follow the prompts and the script will guide you through the rest of the setup.