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 <sylvestre@debian.org>

---------

Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
This commit is contained in:
oech3
2025-12-19 21:37:46 +09:00
committed by GitHub
parent 2d3aebce67
commit 280d96c705
+5 -1
View File
@@ -29,10 +29,14 @@ options might be missing or different behavior might be experienced.
<div class="oranda-hide">
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
```