From 26ae972c8c3fe4f921bf1f1244b53adb0aa217dc Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:45:26 +0100 Subject: [PATCH] fix typo --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 9dff29dac..5d59e29ad 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -87,7 +87,7 @@ follow the [Docker Compose instructions](https://docs.paperless-ngx.com/setup/#i space compared to a bare metal installation, docker comes with close to zero overhead, even on Raspberry Pi. -If you decide to got with the bare metal route, be aware that some of +If you decide to go with the bare metal route, be aware that some of the python requirements do not have precompiled packages for ARM / ARM64. Installation of these will require additional development libraries and compilation will take a long time.