From ec7b7094bfc9ce3a3ef36abf107b6fa914b8731e Mon Sep 17 00:00:00 2001 From: Kshitij Date: Sat, 19 Oct 2024 21:07:37 +0530 Subject: [PATCH] Added final step. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8785375..42a3b78 100644 --- a/README.md +++ b/README.md @@ -76,5 +76,10 @@ docker compose up -d 10. In ntfy.sh dashboard, in the left menu at the bottom, click on `Subscribe to topic`, and specify the topic name: `motion-sensing` +11. Lastly, run the `main.py` file to view motion detection window on screen and send notifications on detecting motion: +```shell +python3 main.py +``` + > [!NOTE] > Make sure you're in the directory where you cloned this repo while running all these commands.