Updated Quickstart (markdown)

Sebastian Scheibner 2022-10-20 12:20:15 +02:00
parent a9ba29d017
commit 7d5f8d15c1

@ -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