Add Arch Linux package installation instructions (#77)

This commit is contained in:
Stig Otnes Kolstad 2018-11-26 03:49:35 +01:00 committed by Alex Goodman
parent ca22237130
commit 06f58c9f0e

View File

@ -61,6 +61,16 @@ curl -OL https://github.com/wagoodman/dive/releases/download/v0.3.0/dive_0.3.0_l
rpm -i dive_0.3.0_linux_amd64.rpm
```
**Arch Linux**
Available as [dive](https://aur.archlinux.org/packages/dive/) in the Arch User Repository (AUR).
```bash
aurman -S dive
```
The above example assumes `aurman` as the tool for installing AUR packages.
**Mac**
```bash
brew tap wagoodman/dive