From 64860e41dcc5fbd98df1a1134f751b0afc5bb7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adil=20Soybal=C4=B1?= Date: Sat, 22 Jan 2022 23:29:25 +0300 Subject: [PATCH] Update README.md (#499) * Update CONTRIBUTORS.md * Update README.md Installing executables with "go get" in module mode is deprecated. "go install pkg@version" should be used instead. For more information, see https://golang.org/doc/go-get-install-deprecation * Update CONTRIBUTORS.md * Update README.md Co-authored-by: Joona Hoikkala --- CONTRIBUTORS.md | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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