mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
commit
cce6e4922b
1 changed files with 3 additions and 3 deletions
|
@ -16,11 +16,11 @@ You can also [build uutils from source](build.md).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Linux
|
# Linux
|
||||||
cargo install coreutils --features unix
|
cargo install coreutils --features unix --locked
|
||||||
# MacOs
|
# MacOs
|
||||||
cargo install coreutils --features macos
|
cargo install coreutils --features macos --locked
|
||||||
# Windows
|
# Windows
|
||||||
cargo install coreutils --features windows
|
cargo install coreutils --features windows --locked
|
||||||
```
|
```
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue