diff --git a/README.md b/README.md index 7bf4496..c62d38d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,31 @@ go get -u github.com/tomnomnom/assetfinder Otherwise [download a release for your platform](https://github.com/tomnomnom/assetfinder/releases). To make it easier to execute you can put the binary in your `$PATH`. +### Install on Arch Linux + +If you are using Arch Linux feel free to use this AUR. + +#### Release + +https://aur.archlinux.org/packages/assetfinder/ + +``` +git clone https://aur.archlinux.org/assetfinder.git +cd assetfinder +makepkg -sri +``` + +#### Install directly by go from git + + +https://aur.archlinux.org/packages/assetfinder-git/ + +``` +git clone https://aur.archlinux.org/assetfinder-git.git +cd assetfinder-git +makepkg -sri +``` + ## Usage ```