Updated HowToUbuntu (markdown)

AsamK 2018-05-08 22:21:50 +02:00
parent db5d63e52e
commit 516d0fe399

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