Updated Quickstart (markdown)

Sebastian Scheibner 2022-09-04 11:24:09 +02:00
parent 98c76a68c2
commit 6b7a7cc084

@ -6,11 +6,10 @@ It works the same way on Linux, macOS, Windows. Only the installation will be di
## Prerequisites
* Java Runtime Environment installed
* Java Runtime Environment installed (signal-cli requires at least JRE 17)
- Ubuntu/Debian: `sudo apt-get install default-jre`
- Ubuntu 22.04: `sudo apt install openjdk-18-jre`
- Arch Linux: `pacman -S jre-openjdk`
* signal-cli requires _unlimited strength crypto_ in Java Runtime Environment to be turned on. Newer versions of Java have this feature already turned on by default. But for Java versions older then Java 8u161, Java 7u171 or Java 6u181 see this [[StackOverflow answer|http://stackoverflow.com/a/6481658]] how to enable it. You can check your current installed Java Runtime Environment with command: `java -version`
* 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