From 06f58c9f0eabe85e895400521b9bcabd99c6e5d6 Mon Sep 17 00:00:00 2001 From: Stig Otnes Kolstad Date: Mon, 26 Nov 2018 03:49:35 +0100 Subject: [PATCH] Add Arch Linux package installation instructions (#77) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e092b4a..2e1bb97 100644 --- a/README.md +++ b/README.md @@ -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