summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Christian Grünhage <me@jcg.re>2019-06-17 12:07:14 +0200
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-18 15:10:25 +0800
commitd0392854ce811b559e4acaf0ea654c1922e9cd6a (patch)
tree2a22b16c38fd12fbe002ee6eea959e17eef91133 /README.md
parent532457e58b2b15439558bbf5bc2062c94d9bcdf7 (diff)
add install instructions for voidlinux
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 386abd1..3593517 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,18 @@
[![asciicast](https://asciinema.org/a/AaFU0fPE2E612XCjpNg9JeAgX.svg)](https://asciinema.org/a/AaFU0fPE2E612XCjpNg9JeAgX)
### Installation
-
+#### Cargo
Via `cargo`, which can be obtained using [rustup][rustup]
```
cargo install dua-cli
```
+#### VoidLinux
+Via `xbps` on your VoidLinux system.
+
+```
+xbps-install dua-cli
+```
### Usage