From d371343334f40abfde02688d76ba41e703a174d8 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sun, 29 Nov 2020 20:32:51 +0100 Subject: [PATCH] updated ubuntu installation instructions for 0.1.0 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b87ad25c..8c84edd7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ For a list of supported keystrokes and their names, check the output of ##### Ubuntu/Debian ```bash -sudo dpkg -i $(wget TODO) +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 sudo usermod -a -G plugdev,input $USER # log out and back in or restart, # the two groups should be visible with: