From 0a1a3eaf7776ed8d931dff881193683e186943be Mon Sep 17 00:00:00 2001 From: martin legrand Date: Fri, 6 Jun 2025 18:39:11 +0200 Subject: [PATCH] upd readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5072316..51afbd7 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ Start required services. This will start all services from the docker-compose.ym - backend (if using `full`) ```sh -sudo ./start_services.sh full # MacOS +./start_services.sh full # MacOS 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: ```sh -sudo ./start_services.sh # MacOS +./start_services.sh # MacOS start ./start_services.cmd # Window ```