Updated Quickstart (markdown)

foxylad 2022-10-19 12:51:44 +13:00
parent 6410470076
commit a9ba29d017

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