1
0

Merge pull request #6 from ckuhtz/patch-2

updated README.md to reflect PR for ExecStart
This commit is contained in:
Daniel Prilik
2021-03-20 21:33:05 -07:00
committed by GitHub

View File

@@ -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. # You could also just copy the executable from /target/release/surface-dial-daemon to wherever you like.
cargo install --path . 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) # 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) sudo gpasswd -a $(whoami) $(stat -c "%G" /dev/input/event0)