Update INSTALL_GUIDE.md

This commit is contained in:
ianarawjo 2023-07-20 11:36:14 -04:00 committed by GitHub
parent 5826c822ee
commit e8dc5d3d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ The simplest and safest way to install the latest public build of ChainForge is
```bash
chainforge serve
```
> **Note**
> If you'd like to run ChainForge on a different hostname and port, specify `--host` and `--port`. For instance, ```chainforge serve --host 0.0.0.0 --port 3400```
5. Open [localhost:8000](http://localhost:8000/) on a recent version of Google Chrome or Mozilla Firefox.
> **Note**