From 6fa3ad14b384fe2684753a3bec019de8dedfb9be Mon Sep 17 00:00:00 2001 From: Francisco Lopes Date: Fri, 24 Nov 2017 13:33:03 -0200 Subject: [PATCH] Fix README build instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c8cf6c..1153915 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ ESC when pressed alone is quite handy, specially in vi. ## Building ``` -$ git clone git@gitlab.com:interception/linux/tools.git -$ cd tools +$ git clone git@gitlab.com:interception/linux/plugins/caps2esc.git +$ cd caps2esc $ mkdir build $ cd build $ cmake ..