make instalation instructions a code snippet (#476)

This commit is contained in:
n8x0b7T 2022-01-22 12:53:36 -05:00 committed by GitHub
parent 415ec0fd23
commit f6f1e81678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ Come to hang out & to discuss about ffuf, it's usage and development!
- If you have recent go compiler installed: `go get -u github.com/ffuf/ffuf` (the same command works for updating)
_or_
- git clone https://github.com/ffuf/ffuf ; cd ffuf ; go get ; go build
- `git clone https://github.com/ffuf/ffuf ; cd ffuf ; go get ; go build`
Ffuf depends on Go 1.13 or greater.