From c8ff216ce51cec7dcee2f490f7e0ecb9484a9e58 Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 17 Feb 2025 21:23:36 +0100 Subject: [PATCH] README update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bb11996..3fd904b8 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,10 @@ system and database of choice. There are two types of packages: -- The `linux-x86_64` and `windows-x86_64` packages are compiled natively and contain an executable that can be run +- The `linux-x86_64`, `linux-aarch_64` and `windows-x86_64` packages are compiled natively and contain an executable that can be run directly. - The `jvm` package is a zip file containing all `.jar` files required to run the application. This package works on all - platforms and is started with `java -jar quarkus-run.jar`. + platforms but requires a JRE and is started with `java -jar quarkus-run.jar`. If available for your operating system, the native package is recommended because it has a faster startup time and lower memory usage.