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