1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #7557 from AspadaX/patch-1

Update installation.md
This commit is contained in:
Daniel Hofstetter 2025-03-24 10:30:27 +01:00 committed by GitHub
commit cce6e4922b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,11 +16,11 @@ You can also [build uutils from source](build.md).
```shell
# Linux
cargo install coreutils --features unix
cargo install coreutils --features unix --locked
# MacOs
cargo install coreutils --features macos
cargo install coreutils --features macos --locked
# Windows
cargo install coreutils --features windows
cargo install coreutils --features windows --locked
```
## Linux