summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-12 09:00:48 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-12 09:00:48 +0800
commit66f2bf7a223dbd80457df730a7f282b793a2f10e (patch)
tree7b1647c352b05730a1bd59eb243c23ddacc94e33 /README.md
parent1027e9da425fda430b4be054a085d32972ef3c2d (diff)
update badges
[skip CI]
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 e8017bb..ca1ed9b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-[![Build Status](https://travis-ci.org/Byron/dua-cli.svg?branch=master)](https://travis-ci.org/Byron/dua-cli)
+![Rust](https://github.com/Byron/dua-cli/workflows/Rust/badge.svg)
+[![Crates.io](https://img.shields.io/crates/v/dua-cli.svg)](https://crates.io/crates/dua-cli)
+[![Packaging status](https://repology.org/badge/tiny-repos/dua-cli.svg)](https://repology.org/project/dua-cli/badges)
**dua** (-> _Disk Usage Analyzer_) is a tool to conveniently learn about the usage of disk space of a given directory. It's parallel by default and will max out your SSD, providing relevant information as fast as possible. Optionally delete superfluous data, and do so more quickly than `rm`.
@@ -13,6 +15,10 @@ curl -LSfs https://japaric.github.io/trust/install.sh | \
sh -s -- --git byron/dua-cli --crate dua
```
+See the [releases section][releases] for manual installation.
+
+[releases]: https://github.com/Byron/dua-cli/releases
+
#### Cargo
Via `cargo`, which can be obtained using [rustup][rustup]