Skip to content

Commit 280d96c

Browse files
oech3sylvestre
andauthored
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 <[email protected]> --------- Co-authored-by: Sylvestre Ledru <[email protected]>
1 parent 2d3aebc commit 280d96c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@ options might be missing or different behavior might be experienced.
2929

3030
<div class="oranda-hide">
3131

32+
We provide prebuilt binaries at https://github.com/uutils/coreutils/releases/latest .
33+
It is recommended to install from main branch if you install from source.
34+
3235
To install it:
3336

3437
```shell
35-
cargo install coreutils
38+
cargo install --git https://github.com/uutils/coreutils coreutils
39+
# cargo install --git https://github.com/uutils/coreutils uu_true # for one util only
3640
~/.cargo/bin/coreutils
3741
```
3842

0 commit comments

Comments
 (0)