From 7d5f8d15c198bb35885d5f554d17df6a55cd2448 Mon Sep 17 00:00:00 2001 From: Sebastian Scheibner Date: Thu, 20 Oct 2022 12:20:15 +0200 Subject: [PATCH] Updated Quickstart (markdown) --- Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quickstart.md b/Quickstart.md index 5812a85..d3868ef 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -10,7 +10,7 @@ It works the same way on Linux, macOS, Windows. Only the installation will be di - Debian 11: `sudo apt-get install openjdk-17-jre` - Ubuntu 22.04: `sudo apt install openjdk-18-jre` - Arch Linux: `pacman -S jre-openjdk` - - Older distributions: Google how to install JRE17 + - Older distributions: Use an alternative JRE17 binary build (e.g. from https://adoptium.net/) * signal-cli requires enough random entropy for cryptography. This can be an issue on embedded or idle systems, which can be resolved by installing an entropy daemon, like `haveged`. ## Installation