From 516d0fe399b46c4fc4613abba9dd3c12e8fde742 Mon Sep 17 00:00:00 2001 From: AsamK Date: Tue, 8 May 2018 22:21:50 +0200 Subject: [PATCH] Updated HowToUbuntu (markdown) --- HowToUbuntu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HowToUbuntu.md b/HowToUbuntu.md index e960b5e..0657f53 100644 --- a/HowToUbuntu.md +++ b/HowToUbuntu.md @@ -1,10 +1,11 @@ -# Getting up and running on Ubuntu +# Getting up and running on Ubuntu/Debian 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) +`sudo apt-get install default-jre` * Java Runtime Environment configured with unlimited strength crypto (follow download links and instructions on [[StackOverflow|http://stackoverflow.com/a/6481658]]) ## Installation