We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a26825 commit 5d43076Copy full SHA for 5d43076
README.md
@@ -2,6 +2,13 @@
2
3
# HTTP Server application written in Java
4
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)
7
+
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.
11
12
## Building
13
14
### To build the server, run:
0 commit comments