From 7e57a373d8e0a70c613e051ae54e9e44376fa935 Mon Sep 17 00:00:00 2001 From: giantplaceholder <4792863+giantplaceholder@users.noreply.github.com> Date: Mon, 10 Jun 2024 05:26:49 +0000 Subject: [PATCH] Add explicit disclaimer re: support for archs other than x86_64 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67b7e611..170d90b4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ OS support * Windows 10\11 * MacOS via [brew](https://brew.sh/) (very experimental!) -We only support 64 bit platforms. +We support only x86_64 architecture. Whilst you may be able to compile this code for arm64-based platforms (like Pinephone), there's zero guarantees that it'll compile or function properly, as we don't have the hardware and the time to test it out. Installation (prebuilt packages & AUR) ------------