diff --git a/README.md b/README.md index bcd18650..8c5efa96 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,7 @@

A Linux tool to change and program the mapping of your input device buttons.

- Ubunut/Debian - Manjaro/Arch - Git + Ubuntu/DebianManjaro/ArchGit

@@ -41,7 +39,7 @@ For a list of supported keystrokes and their names, check the output of ## Installation -#### Ubunut/Debian +##### Ubuntu/Debian ```bash dpkg -i $(wget TODO) @@ -49,13 +47,13 @@ usermod -a -G input $USER usermod -a -G plugdev $USER ``` -#### Manjaro/Arch +##### Manjaro/Arch ```bash pacaur -S key-mapper-git ``` -#### Git +##### Git ```bash git clone https://github.com/sezanzeb/key-mapper.git