From e2b102b208675f6b57062ca6b9b6fcbf7aae1819 Mon Sep 17 00:00:00 2001 From: Eben Date: Sun, 11 Oct 2020 01:44:04 +0100 Subject: [PATCH] updating readme with autostart stream at boot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fa6d77..3a91110 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ sudo python3 /home/pi/pi-camera-stream-flask/main.py ## Step 3 – Autostart your Pi Stream -Optional: A good idea is using a Chron tab to make auto start the camera stream at start up of your pi. You will not need to re-run the script every time you want to create the stream. You can do this by going editing the /etc/profile to: +Optional: A good idea is to make the the camera stream auto start at bootup of your pi. You will now not need to re-run the script every time you want to create the stream. You can do this by going editing the /etc/profile to: ``` sudo nano /etc/profile