From 6a9ef61b3b88b135fee7cdd587bb74f2756071eb Mon Sep 17 00:00:00 2001 From: nicomiguelino Date: Tue, 6 Jun 2023 11:07:24 -0700 Subject: [PATCH] Edit docs so that it will have info whether to use 32-bit or 64-bit OS. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ea88fdce..ca2ceca13 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,12 @@ If you'd like more control over your digital signage instance, try installing it ## Installing on Raspberry Pi OS Lite -The tl;dr for on [Raspberry Pi OS](https://www.raspberrypi.com/software/) Bullseye Lite is: +For Raspberry Pi 3 and 4, we recommend installing the 64-bit version of Raspberry +Pi OS Lite. For Raspberry Pi Zero, 1, and 2, we recommend installing the 32-bit +version of Raspberry Pi OS Lite. The easiest way to install Raspberry Pi OS Lite +is to use [Raspberry Pi Imager](https://www.raspberrypi.com/software/). + +The TL;DR for on [Raspberry Pi OS](https://www.raspberrypi.com/software/) Bullseye Lite is: ``` $ bash <(curl -sL https://install-anthias.srly.io)