From 7ef48ad5f326dcdd43f9b5481bf66bfce7d65074 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 25 Apr 2023 07:56:25 +0200 Subject: share `cargo` invocation to help install on more platforms (#157) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3