From 6af2021bf0720d94026766fe4de7fc87662214c2 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Tue, 4 Jun 2024 16:39:49 +0200 Subject: [PATCH] Update infrastructure/compute-to-data-minikube.md Co-authored-by: Jamie Hewitt --- infrastructure/compute-to-data-minikube.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/compute-to-data-minikube.md b/infrastructure/compute-to-data-minikube.md index b9351969..73592244 100644 --- a/infrastructure/compute-to-data-minikube.md +++ b/infrastructure/compute-to-data-minikube.md @@ -84,6 +84,8 @@ watch kubectl get pods --all-namespaces Create a folder, cd into it, and clone the following repositories: ```bash +mkdir computeToData +cd computeToData git clone https://github.com/oceanprotocol/operator-service.git git clone https://github.com/oceanprotocol/operator-engine.git ```