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