diff --git a/README.md b/README.md index a7661ee6..de86305f 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,6 @@ sudo usermod -a -G plugdev,input $USER groups ``` -##### Git/pip - -```bash -sudo pip install git+https://github.com/sezanzeb/key-mapper.git -``` - ##### Manjaro/Arch ```bash @@ -82,6 +76,16 @@ wget "https://github.com/sezanzeb/key-mapper/releases/"\ sudo dpkg -i python3-key-mapper_0.1.0-1_all.deb ``` +##### Git/pip + +```bash +# you may need to use --force to overwrite an existing source installation +sudo pip install git+https://github.com/sezanzeb/key-mapper.git +# or +git clone https://github.com/sezanzeb/key-mapper.git +cd key-mapper && sudo python3 setup.py install +``` + ## Roadmap - [x] show a dropdown to select valid devices