File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ sudo make install
5050
5151` sudo ` is neccessary because some directories like ` /usr/ ` and ` /var/ ` might be out of auth.
5252
53- ### 4. How to run
53+ ## 4. How to run
5454
5555Once you have built the project, you can run the excutable file ` webserver ` now. ` sudo ` is neccessary also.
5656
5757``` bash
5858sudo ./webserver
5959```
6060
61- ### 5. WebBench
61+ ## 5. WebBench
6262
6363If you want to test the server, ` webbench ` has already been included.
6464
@@ -72,7 +72,7 @@ You will get an excutable file `webbench`. Then run it with some params. More in
7272./webbench -c 200 -t 30 -2 http://127.0.0.1:your_port/
7373```
7474
75- ### 6. todo
75+ ## 6. Todo
7676
7777Since the project is build by such a begginer like me, there are still many works to do. Here is the list.
7878
You can’t perform that action at this time.
0 commit comments