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