From 2aa965cc833a200d299bf63c53c3dc81f3543237 Mon Sep 17 00:00:00 2001 From: Eben Date: Sat, 10 Oct 2020 01:40:43 +0100 Subject: [PATCH] updating readme with autostart stream at boot --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59d718e..61a834f 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,8 @@ sudo python3 /home/pi/pi-camera-stream-flask/main.py Optional: A good idea is running your Pi Camera stream at Pi boot up. This removes the need to re-run the script every time you want to create the stream. You can do this by going adding the boot up code the .bashrc file. -Via GUI - show hidden .bashrc and add the code or access via terminal: +Via the Desktop GUI - right click in your /home/pi/ directory -> show hidden -> open .bashrc and add the code. +Or alternatively access via terminal: ``` sudo nano /home/pi/.bashrc