update readme mistake #366

This commit is contained in:
martin
2025-07-01 20:07:13 +02:00
parent 2eb62e63eb
commit 29044ebbfe
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -257,7 +257,7 @@ Start required services. This will start all services from the docker-compose.ym
```sh
./start_services.sh full # MacOS
start ./start_services.cmd full # Window
start start_services.cmd full # Window
```
**Warning:** This step will download and load all Docker images, which may take up to 30 minutes. After starting the services, please wait until the backend service is fully running (you should see **backend: "GET /health HTTP/1.1" 200 OK** in the log) before sending any messages. The backend services might take 5 minute to start on first run.
@@ -279,7 +279,7 @@ Start services:
```sh
./start_services.sh # MacOS
start ./start_services.cmd # Window
start start_services.cmd # Window
```
Use the CLI: `uv run cli.py`