mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
make instalation instructions a code snippet (#476)
This commit is contained in:
parent
415ec0fd23
commit
f6f1e81678
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue