From ef8fcf6e768b723d758727ed1efe511abb0aa7ee Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Mon, 29 Dec 2025 07:24:12 +0900 Subject: [PATCH] README.md: Avoid losting unix specific progs (#9867) --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index b60fa5cd4..e770bd543 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,6 @@ 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 --git https://github.com/uutils/coreutils coreutils -# cargo install --git https://github.com/uutils/coreutils uu_true # for one util only -~/.cargo/bin/coreutils -``` -