diff --git a/README.md b/README.md new file mode 100644 index 0000000..f61755a --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Raspberry pi video player + +## How to install + +1. Install Raspberry Pi Imager on your local computer from + + ![Install Raspberry Pi Imager](/docs/install-imager.png) + +1. Select `Raspberry Pi OS (64-bit)` in Pi Imager + + ![Select Pi Os](/docs/pi-os.png) + +1. Configure Wifi details and `pi` user credentials using the settings in the imager. + + + ![Imager Settings](/docs/imager-settings.png) + +1. Flash the SD card + +1. Insert it into the Pi and boot it up. + +1. Run the following command on the Pi either via ssh or in the terminal from the desktop + + ```bash + curl https://git.bpfilip.dk/fbp/video-player/raw/branch/main/install.sh | sudo bash + ``` diff --git a/docs/imager-settings.png b/docs/imager-settings.png new file mode 100644 index 0000000..f7d9373 Binary files /dev/null and b/docs/imager-settings.png differ diff --git a/docs/install-imager.png b/docs/install-imager.png new file mode 100644 index 0000000..9d2508d Binary files /dev/null and b/docs/install-imager.png differ diff --git a/docs/pi-os.png b/docs/pi-os.png new file mode 100644 index 0000000..5822b5e Binary files /dev/null and b/docs/pi-os.png differ