From 542fa543a0d7f1533b396677122e12eca5c020b0 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 1 Dec 2025 15:02:35 +0200 Subject: [PATCH] Update README with setup instructions for Raspberry Pi Added a note for Raspberry Pi Zero 2W setup and installation instructions. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2e6ba41..b4e13c6 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ The dongles are readily available from Amazon or Aliexpress labeled by Carlinkit Devices might have different vendor and product id's. Check your with lsusb and update settings if necessary. ## Setup + +> [!IMPORTANT] +> For detailed guide on set Raspberry Pi Zero 2W visit [Raspbery Pi Setup WIKI page](../../wiki/Raspbery-Pi-Setup) + + ### Dependencies The project is based on SDL2, FFMPEG, LIBUSB. It use XXD for resource embedding. ```