From 6ad00311380254ce6c879f08456238c52b5f44c8 Mon Sep 17 00:00:00 2001 From: Francisco Lopes Date: Sun, 22 Aug 2021 09:28:44 -0300 Subject: [PATCH] Mention Void Linux install Closes #22 --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index befa506..74253e3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ESC when pressed alone is quite handy, specially in vi. ## Building -``` +```text $ git clone https://gitlab.com/interception/linux/plugins/caps2esc.git $ cd caps2esc $ cmake -B build -DCMAKE_BUILD_TYPE=Release @@ -34,7 +34,7 @@ $ cmake --build build ## Execution -``` +```text caps2esc - transforming the most useless key ever in the most useful one usage: caps2esc [-h | [-m mode] [-t delay]] @@ -95,13 +95,19 @@ device configurations. It's available from [community](https://archlinux.org/packages/community/x86_64/interception-caps2esc/): -``` +```text $ pacman -S interception-caps2esc ``` +### Void Linux + +```text +$ xbps-install -S caps2esc +``` + ### Ubuntu ([independent package][ubuntu]) -``` +```text sudo add-apt-repository ppa:deafmute/interception sudo apt install interception-caps2esc ```