From 254ba46272c050259726770f8e4f552327cf4411 Mon Sep 17 00:00:00 2001 From: mh-g Date: Sat, 25 Feb 2017 11:27:38 +0100 Subject: [PATCH] Updated HowToUbuntu (markdown) --- HowToUbuntu.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HowToUbuntu.md b/HowToUbuntu.md index d873270..2bbc2be 100644 --- a/HowToUbuntu.md +++ b/HowToUbuntu.md @@ -2,3 +2,11 @@ While the experienced developer will most likely delve into the source code and compile it, this is not necessary. For just using signal-cli, only a few steps are necessary. I will document them following what I did on Ubuntu 14.04 (but this should also work with little or no modification for other platforms). +## Prerequisites + +* Java Runtime Environment installed (Ubuntu package "default-jre" or "default-jre-headless"; on Ubuntu 14.04 this installs the Java 8 Runtime Environment) +* Java Runtime Environment configured with unlimited strength crypto (follow download links on [[StackOverflow|http://stackoverflow.com/a/6481658]] + +## Installation + +Unpack a release from [[https://github.com/AsamK/signal-cli/releases]] \ No newline at end of file