diff --git a/docs/running from source.md b/docs/running from source.md index 24486146..2bda62ec 100644 --- a/docs/running from source.md +++ b/docs/running from source.md @@ -19,6 +19,10 @@ After this, you should be able to run the programs. * With yaml(s) in the `Players` folder, `Generate.py` will generate the multiworld archive. * `MultiServer.py`, with the filename of the generated archive as a command line parameter, will host the multiworld locally. * `--log_network` is a command line parameter useful for debugging. + * `WebHost.py` will host the website on your computer. + * You can copy `docs/webhost configuration sample.yaml` to `config.yaml` + to change WebHost options (like the web hosting port number). + * As a side effect, `WebHost.py` creates the template yamls for all the games in `WebHostLib/static/generated`. ## Windows