Skip to content

Commit

Permalink
share cargo invocation to help install on more platforms (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Apr 25, 2023
1 parent d0e85fe commit 7ef48ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ For _Unix_…
```
cargo install dua-cli
# And if you don't need a terminal user interface
# And if you don't need a terminal user interface (most compatible)
cargo install dua-cli --no-default-features
# Compiles on most platforms, with terminal user interface
cargo install dua-cli --no-default-features --features tui-crossplatform
```

For _Windows_, nightly features are currently required.
Expand Down

0 comments on commit 7ef48ad

Please sign in to comment.