- Updated readme to include mention of xprop. Relates to #7

This commit is contained in:
Ben Reaves
2019-08-15 21:20:08 -05:00
committed by GitHub
parent 4346597613
commit a880a29921

View File

@@ -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 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 Debian or Ubuntu 16.04 or 18.04
``` ```
sudo apt update 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. 3. Follow the prompts and the script will guide you through the rest of the setup.