Skip to content

Commit b7b0f4b

Browse files
authored
Add more description
1 parent 476280a commit b7b0f4b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
# python-httpserver
22
Easy to use and make fake response over http/https
33

4-
Just four steps as follows
4+
Just three steps as follows
55

6+
* clone this project
7+
8+
```shell
9+
git clone https://github.com/tongyy/python-httpserver.git
10+
```
611

712
* Run build.sh script (This step is for https protocal)
813

914
```shell
1015
sh buils.sh
1116
```
12-
* Run startHttpServer.sh/startHttpsServer script
17+
* Run startHttpServer.sh/startHttpsServer.sh/startHttpBasicAuthServer.sh script
1318

1419
```shell
15-
sh startHttpServer.sh
20+
sh startHttpServer.sh
1621
```
1722

1823
* :+1: Open your browser to test (https://localhost:8001/res.json , http://localhost:8002/res.json and http://localhost:8003/res.json with Basic Authentication(default tony/1234)

0 commit comments

Comments
 (0)