README update
This commit is contained in:
parent
569bb8884e
commit
ca19f1eece
13
README.md
13
README.md
|
|
@ -11,11 +11,16 @@ Arguments:
|
||||||
[FOLDER_TO_HOST] Folder to host, current by default
|
[FOLDER_TO_HOST] Folder to host, current by default
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--ssl Should use SSL, false by default
|
--ssl
|
||||||
-p, --port <PORT> Specifies hosting port, "8080" by default
|
Should use SSL, false by default
|
||||||
|
-p, --port <PORT>
|
||||||
|
Specifies hosting port, "8080" by default
|
||||||
-c, --certificates-folder <CERTIFICATES_FOLDER>
|
-c, --certificates-folder <CERTIFICATES_FOLDER>
|
||||||
-h, --help Print help
|
Specifies folder containing "key.pem" and "cert.pem" required for ssl hosting, defaults to current folder
|
||||||
-V, --version Print version
|
-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).
|
It makes testing Unity webgl games easy, even allows connecting with different domains(less CORS issues during tests).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue