summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index b681930..333c0cc 100644
--- a/README.md
+++ b/README.md
@@ -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.