Update installation.md

Appended `--locked` flag to the Cargo installation commands.
This commit is contained in:
Xinyu Bao 2025-03-24 16:37:06 +08:00 committed by GitHub
parent f5f9b23676
commit cfced1b7d2
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