Skip to content

Commit e35f19e

Browse files
committed
Prettify README
1 parent 9b3e695 commit e35f19e

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99
A tool that allows you to convert NMAP XML output to html/csv/json/markdown.
1010

11+
## Installation
12+
13+
It's possible to install it using `go install` command
14+
15+
```
16+
go install github.com/vdjagilev/nmap-formatter@latest
17+
```
18+
19+
All other options can be found on [Installation Wiki page](https://github.com/vdjagilev/nmap-formatter/wiki/Installation).
20+
1121
## Usage
1222

1323
```bash
@@ -50,18 +60,10 @@ More examples can be found on [Usage Wiki page](https://github.com/vdjagilev/nma
5060

5161
It's also possible to change various output options. More examples on [Usage Wiki Page - Flags](https://github.com/vdjagilev/nmap-formatter/wiki/Usage#flags-and-output-options).
5262

53-
## Installation
54-
55-
It's possible to install it using `go install` command
56-
57-
```
58-
go install github.com/vdjagilev/nmap-formatter@latest
59-
```
60-
61-
All other options can be found on [Installation Wiki page](https://github.com/vdjagilev/nmap-formatter/wiki/Installation).
62-
6363
## Example
6464

65+
![nmap-example-html](https://user-images.githubusercontent.com/2762286/166215713-02ab3e43-5e89-4f4a-b9f1-64651f2939e1.png)
66+
6567
Screenshots of various formats available [here](https://github.com/vdjagilev/nmap-formatter/wiki/Examples)
6668

6769
## Use as a library

0 commit comments

Comments
 (0)