mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-08 07:10:36 +00:00
Update README.md
This commit is contained in:
parent
f1e2e01142
commit
f84a07db2d
@ -26,9 +26,8 @@ Get the .deb file from https://github.com/sezanzeb/key-mapper/releases/tag/0.6.1
|
||||
```bash
|
||||
sudo apt install git python3-setuptools
|
||||
git clone https://github.com/sezanzeb/key-mapper.git
|
||||
cd key-mapper && ./scripts/build.sh
|
||||
sudo dpkg -i ./dist/key-mapper-0.6.1.deb
|
||||
sudo apt -f install # installs it and its dependencies
|
||||
cd key-mapper; ./scripts/build.sh
|
||||
sudo dpkg -i ./dist/key-mapper-0.6.1.deb; sudo apt -f install
|
||||
```
|
||||
|
||||
##### pip
|
||||
|
Loading…
Reference in New Issue
Block a user