Update README.md

This commit is contained in:
sezanzeb 2021-02-07 00:31:13 +01:00 committed by GitHub
parent f1e2e01142
commit f84a07db2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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