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:
parent
e77fba18e7
commit
64860e41dc
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user