Update Readme.txt to correct error with update-rc.d
When typing the following: sudo update-rc.d /etc/init.d/pimotion.sh defaults I received the following error: update-rc.d: using dependency based boot sequencing update-rc.d: error: unable to read /etc/init.d//etc/init.d/pimotion.sh Readme amended so that the command reads as follows: sudo update-rc.d pimotion.sh defaults
Just found your issue. I have updated the Readme.txt file. This file has been updated and improved as well. Thanks for your feedback. Also I have added a source folder so users can browse code directly on github repository. Also looking at merging older version picam-web into pi-motion-grive so users have a choice of not using picamera python module. Claude ...