Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down