From 53d31a76242dcf4b2395526beadbb34a48164c7e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 28 Sep 2020 20:16:35 +0800 Subject: Provide alternative installation instructions for linux Related to #64 --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef9c824..dec78bb 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,24 @@ ### Installation -### Binary Release +### Binary Release (MacOS, Windows) + +#### MacOS & Windows ```sh curl -LSfs https://raw.githubusercontent.com/byron/dua-cli/master/ci/install.sh | \ sh -s -- --git byron/dua-cli --crate dua ``` +#### Linux + +Linux requires the target to be specified explicitly to obtain the MUSL build. + +```sh +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 +``` + See the [releases section][releases] for manual installation. [releases]: https://github.com/Byron/dua-cli/releases -- cgit v1.2.3