Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit docs so that it will have info whether to use 32-bit or 64-bit OS. #1819

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down