From 1afb86d729be218edf4709f433eef92590ac53ea Mon Sep 17 00:00:00 2001 From: ckuhtz Date: Sat, 20 Mar 2021 21:21:07 -0700 Subject: [PATCH] updated README.md to reflect PR for ExecStart updating home dir in .service no longer necessary. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4386143..08baf51 100644 --- a/README.md +++ b/README.md @@ -102,10 +102,6 @@ The following steps have been tested working on Ubuntu 20.04/20.10. # You could also just copy the executable from /target/release/surface-dial-daemon to wherever you like. cargo install --path . -# IMPORTANT: modify the .service file to reflect where you placed the `service-dial-daemon` executable. -# if you used `cargo install`, this should be as simple as replacing `danielprilik` with your own user id -vi ./install/surface-dial.service - # add self to the existing /dev/input group (either `input` or `plugdev`, depending on your distro) sudo gpasswd -a $(whoami) $(stat -c "%G" /dev/input/event0)