From 3e8f58e9533c5e231efded779f8bc8cc5f497c3f Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 30 Jan 2024 11:09:35 -0500 Subject: [PATCH] Update README.md: Add warning note that 64-bit env required Fixes nextcloud/server#43157 Signed-off-by: Josh --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b69328bc..1ea253fb 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ The app is still under development, so it’s time for you to [get involved! ## Installation +> [!NOTE] +> This app requires a 64-bit environment. It will not function properly in a 32-bit environment currently. + ### Nextcloud 25 and newer The app is [shipped](https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/release_process.html#shipped-apps) and comes with the installation of Nextcloud Server. No additional steps are necessary.