From b5fa6b149eefb4eaf93b53d3f0f6a05e329fc84c Mon Sep 17 00:00:00 2001 From: Aan Date: Sun, 12 Mar 2023 22:05:05 +0700 Subject: [PATCH] Update alternative installation method for brew and chocolatey --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5c54451b..f48f3a9c 100644 --- a/README.md +++ b/README.md @@ -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/).