From e9d17902de6b197f80fe6097193b8b71827ec626 Mon Sep 17 00:00:00 2001 From: Padreug Date: Sat, 16 May 2026 13:43:52 +0200 Subject: [PATCH] Use chromium (Trixie) package name in README; render.py already accepts both --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31e77ac..0523c6e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ On first boot: sudo raspi-config # Interfacing Options → enable SPI and I2C sudo apt update && sudo apt upgrade -y -sudo apt install -y git python3-venv python3-pip chromium-browser +sudo apt install -y git python3-venv python3-pip chromium +# On older Raspberry Pi OS (Bookworm and earlier) the package is named chromium-browser instead. ``` Install the Inky library via Pimoroni's installer (creates `~/.virtualenvs/pimoroni`):