upd readme

This commit is contained in:
martin legrand
2025-06-06 18:39:11 +02:00
parent 42bb65e8f6
commit 0a1a3eaf77
+2 -2
View File
@@ -219,7 +219,7 @@ Start required services. This will start all services from the docker-compose.ym
- backend (if using `full`) - backend (if using `full`)
```sh ```sh
sudo ./start_services.sh full # MacOS ./start_services.sh full # MacOS
start ./start_services.cmd full # Window start ./start_services.cmd full # Window
``` ```
@@ -239,7 +239,7 @@ To run with CLI interface you would have to install package on host:
Start services: Start services:
```sh ```sh
sudo ./start_services.sh # MacOS ./start_services.sh # MacOS
start ./start_services.cmd # Window start ./start_services.cmd # Window
``` ```