Skip to content

Commit ade4d0b

Browse files
committed
Update README.md
1 parent b2a490e commit ade4d0b

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,14 @@
1414
simplehttpserver is a go enhanced version of the well known python simplehttpserver.
1515

1616
# Resources
17-
- [Resources](#resources)
17+
1818
- [Features](#features)
1919
- [Usage](#usage)
2020
- [Installation Instructions](#installation-instructions)
21-
- [From Binary](#from-binary)
22-
- [From Source](#from-source)
23-
- [From Github](#from-github)
24-
- [Running simplehttpserver in the current folder ](#Running simplehttpserver in the current folder )
21+
- [Running simplehttpserver](#running-simplehttpserver-in-the-current-folder )
2522
- [Thanks](#thanks)
2623

27-
# Features
24+
# Features
2825

2926
<h1 align="left">
3027
<img src="static/simplehttpserver-run.png" alt="simplehttpserver" width="700px"></a>
@@ -62,7 +59,7 @@ simplehttpserver requires **go1.14+** to install successfully. Run the following
6259
### From Github
6360

6461
```sh
65-
▶ git clone https://github.com/projectdiscovery/simplehttpserver.git; cd simplehttpserver; go build; mv simplehttpserver /usr/local/bin/; simplehttpserver -version
62+
▶ git clone https://github.com/projectdiscovery/simplehttpserver.git; cd simplehttpserver; go build; mv simplehttpserver /usr/local/bin/; simplehttpserver -h
6663
```
6764

6865
# Usage
@@ -73,11 +70,11 @@ simplehttpserver -h
7370

7471
This will display help for the tool. Here are all the switches it supports.
7572

76-
| Flag | Description | Example |
77-
|-------------------------|---------------------------------------------------------|----------------------------------------------------|
78-
| listen | Configure listening ip:port (default 127.0.0.1:8000) | simplehttpserver -listen 127.0.0.1:8000 |
79-
| path | Fileserver folder (default current directory) | simplehttpserver -path /var/docs |
80-
| v | Verbose (dump request/response, default false) | simplehttpserver -v |
73+
| Flag | Description | Example |
74+
| ------ | ---------------------------------------------------- | --------------------------------------- |
75+
| listen | Configure listening ip:port (default 127.0.0.1:8000) | simplehttpserver -listen 127.0.0.1:8000 |
76+
| path | Fileserver folder (default current directory) | simplehttpserver -path /var/docs |
77+
| v | Verbose (dump request/response, default false) | simplehttpserver -v |
8178

8279
### Running simplehttpserver in the current folder
8380

0 commit comments

Comments
 (0)