From 7657ed7a65a83e3aeb236c7257bdf462c3c9d2bd Mon Sep 17 00:00:00 2001 From: Mario Domgoergen Date: Sat, 29 Aug 2015 20:01:23 +0200 Subject: [PATCH] Shorten build instructions Just a tiny change: git clone automatically creates the xcape directory, so no need to create it. And thanks for the software, it's amazing! --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 142a036..bf16f27 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,8 @@ Minimal building instructions ----------------------------- $ sudo apt-get install git gcc make pkg-config libx11-dev libxtst-dev libxi-dev - $ mkdir xcape + $ git clone https://github.com/alols/xcape.git $ cd xcape - $ git clone https://github.com/alols/xcape.git . $ make $ sudo make install