Merge pull request #824 from aancw/docs-package

Update alternative installation method for brew and chocolatey
This commit is contained in:
epi
2023-03-18 07:13:38 -05:00
committed by GitHub

View File

@@ -101,6 +101,12 @@ sudo apt update && sudo apt install -y feroxbuster
curl -sL https://raw.githubusercontent.com/epi052/feroxbuster/master/install-nix.sh | bash
```
#### MacOS via Homebrew
```
brew install feroxbuster
```
#### Windows x86_64
```
@@ -109,6 +115,12 @@ Expand-Archive .\feroxbuster.zip
.\feroxbuster\feroxbuster.exe -V
```
#### Windows via Chocolatey
```
choco install feroxbuster
```
#### All others
Please refer the the [documentation](https://epi052.github.io/feroxbuster-docs/docs/).