diff --git a/README.md b/README.md index 007f19cdd..9b1080f00 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ We provide prebuilt binaries, manpages, and shell completions from main branch a The latest stable tag https://github.com/uutils/coreutils/releases/latest also exists for reproducible products and packagers. Bug reporters should use binary from latest commit. +Minimal compatible glibc version is same with ubuntu-latest runner. Use `coreutils-*-musl` if `coreutils-*-musl` is not compatible with your system. + @@ -49,7 +51,7 @@ Our key objectives include: - [Extensions](docs/src/extensions.md) when relevant (example: --progress) uutils aims to work on as many platforms as possible, to be able to use the same -utils on Linux, macOS, Windows and other platforms. This ensures, for example, +utils on Linux, macOS, *BSD, Windows, WASI and other platforms. This ensures, for example, that scripts can be easily transferred between platforms.