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.
This commit is contained in:
Ilya Grigoriev 2023-12-05 16:28:35 -08:00 committed by João Marcos
parent 0d1e581aee
commit a77438ae1c

View File

@ -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.