From a77438ae1c01ff9d91f41fae62da68a0cd732724 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Tue, 5 Dec 2023 16:28:35 -0800 Subject: [PATCH] README.md: fixup to #573 Reworded a sentence to make it clearer that, even though it's a linking error, it happens when *running* ouch. Feel free to take it or leave it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff3602c..f524d19 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Check the [wiki guide on compiling](https://github.com/ouch-org/ouch/wiki/Compil # Runtime Dependencies -When `ouch` gives a linking error, it means you're missing a runtime dependency. +If running `ouch` results in a linking error, it means you're missing a runtime dependency. If you're downloading binaries from the [releases page](https://github.com/ouch-org/ouch/releases), try the `musl` variants, those are static binaries that require no runtime dependencies.