Publish to AUR

This commit is contained in:
Spike 2020-10-17 16:41:01 -07:00 committed by GitHub
parent e0db5d17e9
commit 6272699370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,7 @@ This attack is also known as Predictable Resource Location, File Enumeration, Di
- [Homebrew on MacOS and Linux](#homebrew-on-macos-and-linux)
- [Cargo Install](#cargo-install)
- [apt Install](#apt-install)
- [AUR Install](#aur-install)
- [Docker Install](#docker-install)
- [Configuration](#-configuration)
- [Default Values](#default-values)
@ -162,6 +163,14 @@ unzip feroxbuster_amd64.deb.zip
sudo apt install ./feroxbuster_amd64.deb
```
### AUR Install
Install `feroxbuster` on Arch Linux with your AUR helper of choice:
```
yay -S feroxbuster
```
### Docker Install
> The following steps assume you have docker installed / setup