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 @@ -16,14 +16,14 @@ jar file for this server, and the path to the cloned cob_spec repo.
1616gradle clean
1717gradle jar
1818```
19- \( There is sometimes a build error when writing the XML test results.
20- If this happens, just build again.\)
19+ \( There is sometimes a build error related to writing the XML test results.
20+ If this happens, just run ` gradle jar ` again.\)
2121
2222### To run the server, run
2323```
2424java -jar build/libs/httpserver-1.0-SNAPSHOT.jar -p 5000 -d DIRECTORY_TO_SERVE
2525```
26- \( Replace DIRECTORY_TO_SERVE with the cloned cob_spec/public/ folder
26+ \( Replace ` DIRECTORY_TO_SERVE ` with the absolute path to the cloned cob_spec/public/ folder
2727or any other directory you want to serve.\)
2828
2929## Development
You can’t perform that action at this time.
0 commit comments