README update

This commit is contained in:
Piotr Siuszko 2023-08-29 20:45:36 +02:00
parent 569bb8884e
commit ca19f1eece
1 changed files with 9 additions and 4 deletions

View File

@ -11,11 +11,16 @@ Arguments:
[FOLDER_TO_HOST] Folder to host, current by default
Options:
--ssl Should use SSL, false by default
-p, --port <PORT> Specifies hosting port, "8080" by default
--ssl
Should use SSL, false by default
-p, --port <PORT>
Specifies hosting port, "8080" by default
-c, --certificates-folder <CERTIFICATES_FOLDER>
-h, --help Print help
-V, --version Print version
Specifies folder containing "key.pem" and "cert.pem" required for ssl hosting, defaults to current folder
-h, --help
Print help
-V, --version
Print version
```
It makes testing Unity webgl games easy, even allows connecting with different domains(less CORS issues during tests).