We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d6592 commit 3c41d63Copy full SHA for 3c41d63
README.md
@@ -18,11 +18,13 @@ A tool that allows you to convert NMAP XML output to excel/html/csv/json/markdow
18
## Installation
19
20
```
21
-git clone https://github.com/gorkavp/nmap-formatter.git
+go install github.com/vdjagilev/nmap-formatter/v3@latest
22
cd nmap-formatter
23
go build
24
25
26
+All other options can be found on [Installation Wiki page](https://github.com/vdjagilev/nmap-formatter/wiki/Installation).
27
+
28
## Usage
29
30
```bash
0 commit comments