From f6f1e816789dc6853019bc05a9a6d46f563eb7e2 Mon Sep 17 00:00:00 2001 From: n8x0b7T Date: Sat, 22 Jan 2022 12:53:36 -0500 Subject: [PATCH] make instalation instructions a code snippet (#476) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e0e9a1..791901d 100644 --- a/README.md +++ b/README.md @@ -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.