diff --git a/README.md b/README.md index 2f89da0..f0d620c 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ This option builds the docker images and runs them with released Unity3D builds. docker-compose -f docker-compose-dev.yml up --build ``` -- When the `web-server` is running, visit [here](http://localhost:8080) to play! +- When both the `ai-server` and `web-server` are running, visit [here](http://localhost:8080) to play! ## How to Build Everything and Run (Option 3) @@ -81,6 +81,8 @@ npm run build-unity npm run dev ``` +- When both the `ai-server` and `web-server` are running, visit [here](http://localhost:8080) to play! + ## Architecture ![Desdemona](https://github.com/SeoulSKY/Desdemona/assets/48105703/2825305b-203c-4285-920d-765333ffe7fa)