improved ubuntu install command

pull/45/head
sezanzeb 4 years ago
parent 665515375a
commit dc9f51c56c

@ -27,7 +27,7 @@ Get the .deb file from https://github.com/sezanzeb/key-mapper/releases or make i
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
sudo apt install ./dist/key-mapper-0.6.1.deb
```
##### pip

Loading…
Cancel
Save