From e8ae293a1fd04d43b80a017d1a3c8751c9297ae7 Mon Sep 17 00:00:00 2001 From: lemonka Date: Sun, 2 May 2021 06:28:12 +0200 Subject: [PATCH] small clarification and underline about libsignal version as I spend too much time compiling wrong one ;) --- Provide-native-lib-for-libsignal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Provide-native-lib-for-libsignal.md b/Provide-native-lib-for-libsignal.md index 90969a4..90f0b4f 100644 --- a/Provide-native-lib-for-libsignal.md +++ b/Provide-native-lib-for-libsignal.md @@ -5,7 +5,7 @@ Do note that signal-cli already comes pre-bundled with the linux (gnu libc) x86_ # libsignal-client ### Building libsignal-client yourself -Go to the releases page and download the source for the libsignal-client version used by signal-cli (Check the version of signal-client....jar in the signal-cli lib folder). +Go to the [releases page](https://github.com/signalapp/libsignal-client/releases) and download the source for the libsignal-client version used by signal-cli (**Check the version of signal-client....jar in the signal-cli lib folder** - as of 1st May 2021 its java-0.2.3 release). You will need to install the following software: - JDK