Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo
1 parent d0e85fe commit 7ef48adCopy full SHA for 7ef48ad
1 file changed
README.md
@@ -56,8 +56,11 @@ For _Unix_…
56
```
57
cargo install dua-cli
58
59
-# And if you don't need a terminal user interface
+# And if you don't need a terminal user interface (most compatible)
60
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
64
65
66
For _Windows_, nightly features are currently required.
0 commit comments