Mention Void Linux install

Closes #22
This commit is contained in:
Francisco Lopes 2021-08-22 09:28:44 -03:00
parent 56ea92caa2
commit 6ad0031138
No known key found for this signature in database
GPG Key ID: 2E754CF1886344B5

View File

@ -25,7 +25,7 @@ ESC when pressed alone is quite handy, specially in vi.
## Building ## Building
``` ```text
$ git clone https://gitlab.com/interception/linux/plugins/caps2esc.git $ git clone https://gitlab.com/interception/linux/plugins/caps2esc.git
$ cd caps2esc $ cd caps2esc
$ cmake -B build -DCMAKE_BUILD_TYPE=Release $ cmake -B build -DCMAKE_BUILD_TYPE=Release
@ -34,7 +34,7 @@ $ cmake --build build
## Execution ## Execution
``` ```text
caps2esc - transforming the most useless key ever in the most useful one caps2esc - transforming the most useless key ever in the most useful one
usage: caps2esc [-h | [-m mode] [-t delay]] 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/): It's available from [community](https://archlinux.org/packages/community/x86_64/interception-caps2esc/):
``` ```text
$ pacman -S interception-caps2esc $ pacman -S interception-caps2esc
``` ```
### Void Linux
```text
$ xbps-install -S caps2esc
```
### Ubuntu ([independent package][ubuntu]) ### Ubuntu ([independent package][ubuntu])
``` ```text
sudo add-apt-repository ppa:deafmute/interception sudo add-apt-repository ppa:deafmute/interception
sudo apt install interception-caps2esc sudo apt install interception-caps2esc
``` ```