From 6ff3069fa84a3faf8a69d6dedfba66dec8a8079d Mon Sep 17 00:00:00 2001 From: daywalker90 Date: Sat, 8 Aug 2026 15:14:39 +0200 Subject: [PATCH] README: update binaries notes --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59a8fe2..2927042 100644 --- a/README.md +++ b/README.md @@ -64,11 +64,10 @@ Release binaries for * x86_64-linux * armv7-linux (Raspberry Pi 32bit) * aarch64-linux (Raspberry Pi 64bit) +* universal-apple-darwin (macOS) can be found on the [release](https://github.com/daywalker90/cln-nip47/releases) page. If you are unsure about your architecture you can run ``uname -m``. -They require ``glibc>=2.31``, which you can check with ``ldd --version``. - # Building You can build the plugin yourself instead of using the release binaries. First clone the repo: @@ -85,7 +84,7 @@ cargo build --release After that the binary will be here: ``target/release/cln-nip47`` -Note: Release binaries are built using ``cross`` and the ``optimized`` profile. +Note: Release binaries are built with the ``optimized`` profile. # Documentation