✅ STEP 1 — Install Homebrew (package manager for Mac)


Open Terminal and run:



/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"






After install completes, run:



brew update












✅ STEP 2 — Install Docker Desktop


Docker is required so minikube can run containers.

Download and...