From ca1b8344fa1461de49c11e6f46876a7429f0f11d Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Fri, 8 Sep 2023 07:53:46 -0700 Subject: [PATCH] Tweaks the FAQ on running with a Raspberry Pi --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 0abe350cb..419448bd8 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -94,7 +94,7 @@ libraries and compilation will take a long time. !!! note - For ARMv7 systems, paperless may still function, but it could require + For ARMv7 (32-bit) systems, paperless may still function, but it could require modifications to the Dockerfile (if using Docker) or additional tools for installing bare metal. It is suggested to upgrade to arm64 instead.