Skip to content

Commit

Permalink
Merge pull request #824 from aancw/docs-package
Browse files Browse the repository at this point in the history
Update alternative installation method for brew and chocolatey
  • Loading branch information
epi052 authored Mar 18, 2023
2 parents a5e8458 + b5fa6b1 commit b786578
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand All @@ -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/).
Expand Down

0 comments on commit b786578

Please sign in to comment.