diff --git a/README.md b/README.md index 03a87baf..d3c1acfe 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

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

- Ubuntu/DebianManjaro/ArchGit + Ubuntu/DebianManjaro/ArchGit

@@ -45,18 +45,10 @@ You have to start the application via sudo otherwise. ```bash sudo usermod -a -G plugdev,input $USER -# log out and back in or restart, -# the two groups should be visible with: +# log out and back in or restart, the two groups should be visible with: groups ``` -##### Ubuntu/Debian - -```bash -wget "https://github.com/sezanzeb/key-mapper/releases/download/0.1.0/python3-key-mapper_0.1.0-1_all.deb" -sudo dpkg -i python3-key-mapper_0.1.0-1_all.deb -``` - ##### Manjaro/Arch ```bash @@ -70,6 +62,13 @@ git clone https://github.com/sezanzeb/key-mapper.git sudo pip install key-mapper ``` +##### Ubuntu/Debian + +```bash +wget "https://github.com/sezanzeb/key-mapper/releases/download/0.1.0/python3-key-mapper_0.1.0-1_all.deb" +sudo dpkg -i python3-key-mapper_0.1.0-1_all.deb +``` + ## Roadmap - [x] show a dropdown to select valid devices