Update alternative installation method for brew and chocolatey

This commit is contained in:
Aan
2023-03-12 22:05:05 +07:00
parent 04a43a0892
commit b5fa6b149e

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/).