From 56ea92caa2b262483850b1a5513906bb13e98b26 Mon Sep 17 00:00:00 2001 From: Francisco Lopes Date: Mon, 10 May 2021 23:01:58 -0300 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7833e58..befa506 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ESC when pressed alone is quite handy, specially in vi. ## Building ``` -$ git clone git@gitlab.com:interception/linux/plugins/caps2esc.git +$ git clone https://gitlab.com/interception/linux/plugins/caps2esc.git $ cd caps2esc $ cmake -B build -DCMAKE_BUILD_TYPE=Release $ cmake --build build @@ -62,7 +62,6 @@ README][interception-tools] for alternatives) is: DEVICE: EVENTS: EV_KEY: [KEY_CAPSLOCK, KEY_ESC] - ``` For more information about the [_Interception Tools_][interception-tools], check