From 02362107e243dda8e2cdfecfd3af3d7dff190590 Mon Sep 17 00:00:00 2001 From: Joshua Mulliken Date: Thu, 2 Feb 2023 09:27:47 -0500 Subject: [PATCH] Add homebrew install method (#552) * Add homebrew install method * Add required information for PR * fix: resolve contributor ordering --------- Co-authored-by: Joona Hoikkala --- CONTRIBUTORS.md | 3 ++- README.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6a15f06..e23c76a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -25,6 +25,7 @@ * [JamTookTheBait](https://github.com/JamTookTheBait) * [jimen0](https://github.com/jimen0) * [joohoi](https://github.com/joohoi) +* [JoshuaMulliken](https://github.com/JoshuaMulliken) * [jsgv](https://github.com/jsgv) * [justinsteven](https://github.com/justinsteven) * [jvesiluoma](https://github.com/jvesiluoma) @@ -42,4 +43,4 @@ * [Skyehopper](https://github.com/Skyehopper) * [SolomonSklash](https://github.com/SolomonSklash) * [l4yton](https://github.com/l4yton) -* [xfgusta](https://github.com/xfgusta) +* [xfgusta](https://github.com/xfgusta) \ No newline at end of file diff --git a/README.md b/README.md index 2719216..a8e50b1 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ Come to hang out & to discuss about ffuf, it's usage and development! ## Installation - [Download](https://github.com/ffuf/ffuf/releases/latest) a prebuilt binary from [releases page](https://github.com/ffuf/ffuf/releases/latest), unpack and run! + + _or_ +- If you are on mac with [homebrew](https://brew.sh) installed `brew install ffuf` _or_ - If you have recent go compiler installed: `go install github.com/ffuf/ffuf@latest` (the same command works for updating)