Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading