summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsitiom <sitiom@disroot.org>2022-07-19 17:40:57 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-07-20 07:28:25 +0800
commit8c67198f6cc55bbc1a493f7a0e9fb5e9139d5ff3 (patch)
tree509b9784eca5fee7b34de8c4dbaa532a4d392dfa /README.md
parenta4de54582b6eb98795a84b312d701953f28849ce (diff)
Add Scoop installation for Windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa4a286..7fbc0c3 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,12 @@ 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 --tag v2.17.4
```
-#### Windows and others
+#### Windows via [Scoop](https://scoop.sh/)
+```sh
+scoop install dua
+```
+
+#### Others
See the [releases section][releases] for manual installation.