From 229bd3affa560807bdd2113e13ba08f4a536feac Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sat, 22 May 2021 11:42:18 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66de58d..259e973 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,9 @@ services: On Systems like the Raspberry Pi, some operations like sending messages can take quite a while. That's because signal-cli is a Java application and a significant amount of time is spent in the JVM (Java Virtual Machine) startup. signal-cli recently added the possibility to compile the Java application to a native binary (done via GraalVM). -By adding `USE_NATIVE=1` as environmental variable to the `docker-compose.yml` file the native mode will be enabled. In case there's no native binary available (e.g on a 32 bit Raspian OS), it will fall back to the signal-cli Java application. The native mode only works on a 64bit system, when the native mode is enabled on a 32bit system, it falls back to the Java application. +By adding `USE_NATIVE=1` as environmental variable to the `docker-compose.yml` file the native mode will be enabled. + +In case there's no native binary available (e.g on a 32 bit Raspian OS), it will fall back to the signal-cli Java application. The native mode only works on a 64bit system, when the native mode is enabled on a 32bit system, it falls back to the Java application. ## API documentation