From a9ba29d017c08647cf8f2047b57c0e1edb35f352 Mon Sep 17 00:00:00 2001 From: foxylad Date: Wed, 19 Oct 2022 12:51:44 +1300 Subject: [PATCH] Updated Quickstart (markdown) --- Quickstart.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Quickstart.md b/Quickstart.md index 31466dc..5812a85 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -6,10 +6,11 @@ It works the same way on Linux, macOS, Windows. Only the installation will be di ## Prerequisites -* Java Runtime Environment installed (signal-cli requires at least JRE 17) - - Ubuntu/Debian: `sudo apt-get install default-jre` +* Java Runtime Environment (**signal-cli requires at least JRE 17**) + - 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 * 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