summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-09-28 20:16:35 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-09-28 20:16:35 +0800
commit53d31a76242dcf4b2395526beadbb34a48164c7e (patch)
treecd22deedbc349ad3358fb281e700f8eacd58ce63
parent872bbbc0d630ce5ccf17a6847c6b12846f745997 (diff)
Provide alternative installation instructions for linux
Related to #64
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
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