Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ef48ad

Browse files
committed
share cargo invocation to help install on more platforms (Byron#157)
1 parent d0e85fe commit 7ef48ad

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@ For _Unix_…
5656
```
5757
cargo install dua-cli
5858
59-
# And if you don't need a terminal user interface
59+
# And if you don't need a terminal user interface (most compatible)
6060
cargo install dua-cli --no-default-features
61+
62+
# Compiles on most platforms, with terminal user interface
63+
cargo install dua-cli --no-default-features --features tui-crossplatform
6164
```
6265

6366
For _Windows_, nightly features are currently required.

0 commit comments

Comments
 (0)