diff --git a/README.md b/README.md index 439a7d1..c62f50e 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,11 @@ services: ``` Modify the configuration as per your requirements. Ensure to set appropriate values for `VNCPASS`, `emuhubPASS`, and `LISTENPORT`. + **Run EmuHub Container**: + Start EmuHub using Docker Compose: + ```bash docker compose up -d ```