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 <joohoi@users.noreply.github.com>
This commit is contained in:
Adil Soybalı 2022-01-22 23:29:25 +03:00 committed by GitHub
parent e77fba18e7
commit 64860e41dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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