From 93f38c5537deca07d427e295759594e291f96e6e Mon Sep 17 00:00:00 2001 From: timvisee Date: Sun, 17 May 2020 15:21:40 +0200 Subject: [PATCH] Fix build example with no default features missing required feature --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d8ec0a..bfbd472 100644 --- a/README.md +++ b/README.md @@ -528,11 +528,11 @@ Here are some examples: cargo install --features no-color cargo build --release --features no-color -# None of the features -cargo install --no-default-features +# No default features, except required +cargo install --no-default-features --features send3,crypto-ring -# Only history and clipboard support -cargo install --no-default--features --features history,clipboard +# With history and clipboard support +cargo install --no-default--features --features send3,crypto-ring,history,clipboard ``` For Windows systems it is recommended to provide the `no-color` flag, as color