From ceaf357b725c16279adb564f525b0257c68cc3e8 Mon Sep 17 00:00:00 2001 From: David Peter Date: Mon, 5 Jul 2021 21:30:49 +0200 Subject: [PATCH] Add installation instructions for macOS and Arch closes #2 closes #7 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 67aecd5..96109b7 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,20 @@ cd as-tree make install ``` +### On macOS + +You can install `as-tree` using Homebrew: +```shell +brew install as-tree +``` + +### On Arch Linux + +You can install `as-tree` from the [AUR](https://aur.archlinux.org/packages/as-tree/): +```shell +yay -S as-tree +``` + ## Usage ```