From 280d96c705cfa022017be47ee5e1a25ed9a281a4 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:37:46 +0900 Subject: [PATCH] README.md: Guide people to release page or main (#9709) * README.md: Guide people to release page or main * README.md: Fix woording Co-authored-by: Sylvestre Ledru --------- Co-authored-by: Sylvestre Ledru --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ed607d42..b60fa5cd4 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,14 @@ options might be missing or different behavior might be experienced.
+We provide prebuilt binaries at https://github.com/uutils/coreutils/releases/latest . +It is recommended to install from main branch if you install from source. + To install it: ```shell -cargo install coreutils +cargo install --git https://github.com/uutils/coreutils coreutils +# cargo install --git https://github.com/uutils/coreutils uu_true # for one util only ~/.cargo/bin/coreutils ```