From 10850d256f99ee1151cf6b1e8fb88058e4568d66 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Thu, 19 Dec 2024 16:45:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d09c01..1f59db0 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ On Raspberry Pi OS, the daemon `pigpiod` can be installed and launched by using sudo apt-get install pigpiod # enable pigpiod via system D sudo systemctl enable pigpiod +# start pigpiod now +sudo systemctl start pigpiod ``` The daemon can also be launched manually with `sudo pigpiod` in the terminal.