diff --git a/README.md b/README.md index 291e417..839dbb8 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ git clone --recurse-submodules https://git.company235.com/kevin/onsetswitch.git cd onsetswitch ``` - ## Configuring ### Input @@ -88,7 +87,8 @@ sudo systemctl daemon-reload sudo systemctl enable buttons.service ``` -Reboot the Raspberry Pi: -```sh -sudo reboot +Start the buttond service: +``` +sudo systemctl start buttons.service +sudo systemctl status buttons.service ```