Added final step.

This commit is contained in:
K 2024-10-19 21:07:37 +05:30
parent d4acd8335f
commit ec7b7094bf
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -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.