From 6b6f01c4d7e537cfa5188f6361c3f869be21f794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mah=C3=A9?= Date: Tue, 25 Oct 2022 18:38:34 +0200 Subject: [PATCH] Add a small note in README about binary linking --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fdf806..5b830b7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,10 @@ host machine.** ### Via releases For installation instructions from binaries please visit the [releases -page](https://github.com/quarkslab/kdigger/releases). +page](https://github.com/quarkslab/kdigger/releases). + +Please note that these are statically linked binaries (which is often +**not** the case in Go on Linux by default, contrary to what one might think!). ### Build from source