From 941318471c96b2567ac657eebf6647c2bd9e4c95 Mon Sep 17 00:00:00 2001
From: Marcin Ickiewicz <mickiewicz@syncad.com>
Date: Thu, 13 Feb 2025 11:36:24 +0100
Subject: [PATCH] update readme for reptracker build

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 01eccb75f..7863e5d06 100644
--- a/README.md
+++ b/README.md
@@ -169,7 +169,7 @@ After **reputation_tracker** and **hivemind indexer** reach the head block and s
 You can use released containers from docker registry or You can build them from sources. Hivemind sources
 contains all dependant elements -HAF and reputation_tracker as submodule.
 ```bash
-git clone --recurse-submodules registry.gitlab.syncad.com/hive/hivemind
+git clone --recurse-submodules https://gitlab.syncad.com/hive/hivemind.git
 cd hivemind
 ```
 All the examples below starts in hivemind sources root folder.
@@ -183,7 +183,7 @@ All the examples below starts in hivemind sources root folder.
    Build docker image, in the example below it will be named 'local'
       ```bash
       cd reputation_tracker
-      ./scripts/ci-helpers/build_instance.sh local  $(pwd) registry.gitlab.syncad.com/hive/reputation_tracker
+      docker build -t registry.gitlab.syncad.com/hive/reputation_tracker:local .
       ```
 4. **Hivemind**
     - Build **hivemind** docker image, in the example below it will be named 'local'
-- 
GitLab