summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-10-27 15:34:08 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-10-27 15:34:08 +0800
commit9a38f1fc12a3326646e053b4700dd0a593ffbde8 (patch)
treeec4ee38207d5f02733e44d5815115de7464e1127 /README.md
parent24f040a27a3afbab63b439439afd65d53602dd5e (diff)
Update README to reflect only working installation methods
fixes #69
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
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