summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Moore <wes@wezm.net>2018-05-12 08:50:24 +1000
committerIgnacio Nunez <nacho@ownyourbits.com>2018-05-14 09:23:05 +0200
commit98470a8afc14b80ac5c64d13bfe14323d9387682 (patch)
tree54a8832e7ba4875d57f1d79161b8ef31e923f692
parentbe55e95636126cb943be70a54154a55fb720c2b9 (diff)
Add details of AUR package to README
-rw-r--r--README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index 705f527..ca4779a 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ a tool to analyze file system usage written in Rust
- ability to compare different directories
- fast, written in Rust
+More details at [ownyourbits.com](https://ownyourbits.com/2018/03/25/analize-disk-usage-with-dutree).
+
# Usage
```
@@ -38,6 +40,15 @@ Options:
cargo install dutree
```
-There's also standalone binaries in the [Releases section](https://github.com/nachoparker/dutree/releases)
+There's also standalone binaries for Linux in the [Releases section](https://github.com/nachoparker/dutree/releases)
+
+## Arch Linux
-More details at [ownyourbits.com](https://ownyourbits.com/2018/03/25/analize-disk-usage-with-dutree)
+You can install [the AUR package](https://aur.archlinux.org/packages/dutree/)
+with an AUR helper like `pacaur`, or manually:
+
+```bash
+git clone https://aur.archlinux.org/dutree.git
+cd bat
+makepkg -si
+```