From a6a7fbf18f2b6e3cee123ac853949ff51d214e69 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sun, 29 Nov 2020 13:57:30 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dd2a35be..d62eb369 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

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