From 3777ea249697eadc7f9b3ed09e4ca541cb048bcd Mon Sep 17 00:00:00 2001 From: Mourad Khayati Date: Fri, 9 Aug 2024 16:10:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2363e94..4268f62 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ___ ## Setup -- Install Docker and Docker-Compose if not already installed +- Install Docker and Docker-Compose (if not already installed) ``` sh setup/install_docker.sh ``` @@ -35,7 +35,7 @@ docker-compose up -d --build sh setup/init_seer.sh sh setup/migrate_query_data.sh ``` -- After setting up the tool, you can access it by opening http://localhost:12007 in your browser. If the tool does not launch, please review the docker installation +- You can access it by opening http://localhost:12007 in your browser. If the tool does not launch, please review the docker installation