From 3d0912979acdc15378154645ed06cb9c0b8b8eaf Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Sun, 11 Jan 2026 10:03:28 +0100 Subject: [PATCH] Update README to include ARM64 AppImage version for Linux --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a50c94a84..28ecdb1bb 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,9 @@ The easiest way to run Pallectrum is to download the pre-built binaries: - **Windows**: Two versions available: - `pallectrum-x.x.x-portable.exe` - **Recommended for USB drives**. Saves all data (wallets, configuration) in the same directory as the executable. Perfect for portable installations. - `pallectrum-x.x.x-setup.exe` - Standalone installer. Installs to Program Files and saves data in `%APPDATA%\Pallectrum`. -- **Linux**: Download `pallectrum-x.x.x-x86_64.AppImage` +- **Linux**: Two versions available: + - `pallectrum-x.x.x-x86_64.AppImage` - For Intel/AMD 64-bit systems + - `pallectrum-x.x.x-aarch64.AppImage` - For ARM64 systems - **Android**: Download `pallectrum-x.x.x.apk` ### Running from Source