Skip to content

Commit 19be913

Browse files
committed
Update readme
1 parent 5d43076 commit 19be913

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
# HTTP Server application written in Java
44

5-
This is an HTTP Server application, written to conform to the 8th Light cob spec test suite, which can be found at
6-
[https://github.com/8thlight/cob_spec](https://github.com/8thlight/cob_spec)
5+
This is an HTTP Server application written to conform to the 8th Light cob spec test suite which can be found at
6+
[https://github.com/8thlight/cob_spec](https://github.com/8thlight/cob_spec).
77

8-
You can run the test suite by following the instructions at the above URL, editing the user-defined variables
9-
to match the compiled jar file from building the server in this repository, and the path to your cloned
10-
cob_spec repo.
8+
You can run the test suite by following the instructions at the above URL. You
9+
will need to edit the user-defined variables to match the path to the compiled
10+
jar file for this server, and the path to the cloned cob_spec repo.
1111

1212
## Building
1313

@@ -17,7 +17,10 @@ gradle clean
1717
gradle jar
1818
```
1919

20-
### To run the server, run `java -jar build/libs/httpserver-1.0-SNAPSHOT.jar`
20+
### To run the server, run
21+
```
22+
java -jar build/libs/httpserver-1.0-SNAPSHOT.jar -p 5000 -d DIRECTORY_TO_SERVE
23+
```
2124

2225
## Development
2326

0 commit comments

Comments
 (0)