Skip to content

Commit 2c9ac9f

Browse files
authored
Update README.md
installation method added.
1 parent bcca419 commit 2c9ac9f

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

README.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,26 @@ Server useing TCP/IP and Network Programming
66
This Configuration file will contain GET, HEAD, POST conf
77
Supporting Html, Css, js and much more..
88

9+
# Requirements
10+
<ul>
11+
<li>Linux-Based Distribution</li>
12+
<li>Gcc installation</li>
13+
</ul>
14+
15+
# Installation
16+
Just download this project. Extract to any folder and compile it<br>
17+
<code>
18+
<i>root@linux:-$ gcc httpserver.c -o httpserver</i>
19+
</code>
20+
<br>
21+
<code>
22+
<i>root@linux:-$ ./httpserver</i>
23+
</code>
24+
925
# Teammates
10-
Kashif Saleem
11-
Sheheryar Khan
12-
Ismail Irshad
13-
Ammar Haider
26+
<ul>
27+
<li><a href="http://www.facebook.com/kashifcoder">Kashif Saleem</a></li>
28+
<li><a href="https://www.facebook.com/sheheryarkh">Sheheryar Khan</a></li>
29+
<li><a href="https://www.facebook.com/leIsmaili">Ismail Irshad</a></li>
30+
<li><a href="https://www.facebook.com/ammar.haider.351756">Ammar Haider</a></li>
31+
</ul>

0 commit comments

Comments
 (0)