Skip to content

Commit 79753a3

Browse files
committed
Add extra information
1 parent 67f484a commit 79753a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ jar file for this server, and the path to the cloned cob_spec repo.
1616
gradle clean
1717
gradle jar
1818
```
19+
\(There is sometimes a build error when writing the XML test results.
20+
If this happens, just build again.\)
1921

2022
### To run the server, run
2123
```
2224
java -jar build/libs/httpserver-1.0-SNAPSHOT.jar -p 5000 -d DIRECTORY_TO_SERVE
2325
```
26+
\(Replace DIRECTORY_TO_SERVE with the cloned cob_spec/public/ folder
27+
or any other directory you want to serve.\)
2428

2529
## Development
2630

0 commit comments

Comments
 (0)