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 ```