diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f83b9a3..7c61602 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,5 +1,7 @@ # Contributors + * [adamtlangley](https://github.com/adamtlangley) +* [adilsoybali](https://github.com/adilsoybali) * [AverageSecurityGuy](https://github.com/averagesecurityguy) * [bp0](https://github.com/bp0lr) * [bjhulst](https://github.com/bjhulst) diff --git a/README.md b/README.md index 77897f9..01aa275 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,12 @@ Come to hang out & to discuss about ffuf, it's usage and development! - [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 have recent go compiler installed: `go get -u github.com/ffuf/ffuf` (the same command works for updating) +- If you have recent go compiler installed: `go install github.com/ffuf/ffuf@latest` (the same command works for updating) _or_ - `git clone https://github.com/ffuf/ffuf ; cd ffuf ; go get ; go build` -Ffuf depends on Go 1.13 or greater. +Ffuf depends on Go 1.16 or greater. ## Example usage