commit 6fa3ad14b384fe2684753a3bec019de8dedfb9be parent 40137670a41eb7cb8ba40d5361b7d32c4e0d1029 Author: Francisco Lopes <francisco@oblita.com> Date: Fri, 24 Nov 2017 13:33:03 -0200 Fix README build instructions Diffstat:
M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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 ..