1
0
Fork 0
mirror of https://github.com/nachoparker/dutree synced 2024-05-12 23:56:08 +02:00

Add details of AUR package to README

This commit is contained in:
Wesley Moore 2018-05-12 08:50:24 +10:00 committed by GitHub
parent be55e95636
commit 71d1dc3804
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
More details at [ownyourbits.com](https://ownyourbits.com/2018/03/25/analize-disk-usage-with-dutree)
## Arch Linux
You can install [the AUR package](https://aur.archlinux.org/packages/dutree/)
with an AUR helper like `yaourt`, or manually:
```bash
git clone https://aur.archlinux.org/dutree.git
cd bat
makepkg -si
```