From d3d1cc5d4f46406156912054d9e63aeb131da1a0 Mon Sep 17 00:00:00 2001 From: Daniel Winzen <daniel@danwin1210.de> Date: Sun, 3 Sep 2023 11:02:02 +0200 Subject: [PATCH] Add video tutorial link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eaa1f0b..5ff3035 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ Once you are done, you can open a pull request, or [email me](mailto:daniel@danw Installation Instructions: -------------------------- -The configuration was tested with a standard Debian bullseye and Ubuntu 20.04 LTS installation. It's recommended you install Debian bullseye (or newer) on your server, but with a little tweaking you may also get this working on other distributions and/or versions. If you want to build it on a raspberry pi, please do not use the raspbian images as several things will break. Download an image for your pi model from [https://raspi.debian.net/daily-images/](https://raspi.debian.net/daily-images/) instead. +The configuration was tested with a standard Debian bookworm and Ubuntu 22.04 LTS installation. It's recommended you install Debian bookworm (or newer) on your server, but with a little tweaking you may also get this working on other distributions and/or versions. If you want to build it on a raspberry pi, please do not use the raspbian images as several things will break. Download an image for your pi model from [https://raspi.debian.net/daily-images/](https://raspi.debian.net/daily-images/) instead. + +Because I regularly get asked to make a video tutorial on how to set this up, I decided to create a tutorial which you can [watch on YouTube](https://www.youtube.com/watch?v=f2-SOlnIYmg). It is basically just copy-pasting commands, but maybe it helps someone. Uninstall packages that may interfere with this setup: ```