From c321727426eecbe8a2c922152f8c6b754f8233b1 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 11 Aug 2024 12:02:09 +0200 Subject: [PATCH] Added Readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..af6a59c --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# PiVidep + +This is a collection of scripts which run a video in a loop until a Button connected to GPIO is Pressed. +Then another video is played once. + +For installation download and run setup.sh + +```bash +wget -L "https://raw.githubusercontent.com/miT-nib-hcI/PiVideo/main/setup.sh" +./setup.sh +```