diff --git a/README.md b/README.md
index 01eccb75fc4373bc95d9ce4f23df24c353d7c610..7863e5d06ba184e55410c9c2ae48e33fc9a5e9ad 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'