From b7d955f861d7cf68b90d8d7955b4349b6f04e289 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sun, 7 Mar 2021 15:17:41 +0100 Subject: [PATCH] Fix README formatting By adding two spaces at the end of a line, we force the Markdown renderer to insert a new line. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3900649..c12c7001 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can [build signal-cli](#building) yourself, or use the [provided binary file System requirements: - at least Java Runtime Environment (JRE) 11 -- native libraries: libzkgroup, libsignal-client +- native libraries: libzkgroup, libsignal-client Those are bundled for x86_64 Linux, for other systems/architectures see: [Provide native lib for libsignal](https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal) ### Install system-wide on Linux