From 4e2d23437c0c135eb53e20983ef5b1562b4d3717 Mon Sep 17 00:00:00 2001 From: Pierre Baumard Date: Fri, 19 Feb 2021 14:47:54 +0100 Subject: [PATCH] Add systemctl enable for PIP install Same as https://github.com/sezanzeb/key-mapper/blob/main/DEBIAN/postinst --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ca893e3..f13510f1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ sudo apt install ./dist/key-mapper-0.6.1.deb ```bash sudo pip install git+https://github.com/sezanzeb/key-mapper.git +sudo systemctl enable key-mapper sudo systemctl restart key-mapper ```