Skip to content

Commit b05391c

Browse files
committed
Add README.md
1 parent 6ddcc7e commit b05391c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This is an HTTP Server application written in Java.
2+
3+
To build the server, run:
4+
```
5+
gradle clean
6+
gradle jar
7+
```
8+
9+
To run the server, run `java -jar build/libs/httpserver-1.0-SNAPSHOT.jar`

0 commit comments

Comments
 (0)