Merge remote-tracking branch 'origin/main' into main

pull/14/head
sezanzeb 4 years ago
commit 5c496d5ddc

@ -3,9 +3,7 @@
<p align="center">A Linux tool to change and program the mapping of your input device buttons.</p> <p align="center">A Linux tool to change and program the mapping of your input device buttons.</p>
<p align="center"> <p align="center">
<a href="#Ubunut/Debian">Ubunut/Debian</a> <a href="#ubuntudebian">Ubuntu/Debian</a><a href="#manjaroarch">Manjaro/Arch</a><a href="#git">Git</a>
<a href="#Manjaro/Arch">Manjaro/Arch</a>
<a href="#Git">Git</a>
</p> </p>
<p align="center"><img src="readme/pylint.svg"/> <img src="readme/coverage.svg"/></p> <p align="center"><img src="readme/pylint.svg"/> <img src="readme/coverage.svg"/></p>
@ -41,7 +39,7 @@ For a list of supported keystrokes and their names, check the output of
## Installation ## Installation
#### Ubunut/Debian ##### Ubuntu/Debian
```bash ```bash
dpkg -i $(wget TODO) dpkg -i $(wget TODO)
@ -49,13 +47,13 @@ usermod -a -G input $USER
usermod -a -G plugdev $USER usermod -a -G plugdev $USER
``` ```
#### Manjaro/Arch ##### Manjaro/Arch
```bash ```bash
pacaur -S key-mapper-git pacaur -S key-mapper-git
``` ```
#### Git ##### Git
```bash ```bash
git clone https://github.com/sezanzeb/key-mapper.git git clone https://github.com/sezanzeb/key-mapper.git

Loading…
Cancel
Save