From 48175f32d51d966b5241defa75752c3d871b0d2c Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Mon, 27 Sep 2021 18:18:39 +0200 Subject: [PATCH 1/2] add glibc info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94335ba..b3fbd79 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simplistic server to listing for HTTP queries, specifically from Icinga or Grafana and send out Signal-Messages. # Signal Cli Setup -Clone the following repositories +You need `glibc>=2.29`, check this first with `ldd -version` (for Debian this means bullseye or later). Clone the following repositories https://github.com/AsamK/signal-cli https://github.com/signalapp/libsignal-client/ From 47db0e30902df1bbe5ac27be6cb8950331bc7d32 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Mon, 27 Sep 2021 18:23:30 +0200 Subject: [PATCH 2/2] fix -version -> --version add newline --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3fbd79..f85f745 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Simplistic server to listing for HTTP queries, specifically from Icinga or Grafana and send out Signal-Messages. # Signal Cli Setup -You need `glibc>=2.29`, check this first with `ldd -version` (for Debian this means bullseye or later). Clone the following repositories +You need `glibc>=2.29`, check this first with `ldd --version` (for Debian this means bullseye or later). +Clone the following repositories https://github.com/AsamK/signal-cli https://github.com/signalapp/libsignal-client/