mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
Update installation.md
Appended `--locked` flag to the Cargo installation commands.
This commit is contained in:
parent
f5f9b23676
commit
cfced1b7d2
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue