From 9a38f1fc12a3326646e053b4700dd0a593ffbde8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 27 Oct 2020 15:34:08 +0800 Subject: Update README to reflect only working installation methods fixes #69 --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index dec78bb..8db5c57 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ ### Installation -### Binary Release (MacOS, Windows) +### Binary Release (all but Windows) -#### MacOS & Windows +#### MacOS ```sh curl -LSfs https://raw.githubusercontent.com/byron/dua-cli/master/ci/install.sh | \ @@ -26,6 +26,8 @@ curl -LSfs https://raw.githubusercontent.com/byron/dua-cli/master/ci/install.sh sh -s -- --git byron/dua-cli --target x86_64-unknown-linux-musl --crate dua ``` +#### Windows and others + See the [releases section][releases] for manual installation. [releases]: https://github.com/Byron/dua-cli/releases @@ -33,6 +35,7 @@ See the [releases section][releases] for manual installation. #### Cargo Via `cargo`, which can be obtained using [rustup][rustup] +For _Unix_… ``` cargo install dua-cli @@ -40,6 +43,11 @@ cargo install dua-cli cargo install dua-cli --no-default-features ``` +For _Windows_, nightly features are currently required. +``` +cargo +nightly install dua-cli +``` + #### VoidLinux Via `xbps` on your VoidLinux system. @@ -67,7 +75,7 @@ You will find pre-built binaries for Windows in the [releases section](https://g Alternatively, install via cargo as in ``` -cargo install dua-cli +cargo +nightly install dua-cli ``` ### Usage -- cgit v1.2.3