From ca7e66a04a74066fd7756bb19e91b21a32a700bf Mon Sep 17 00:00:00 2001 From: ivanauth Date: Tue, 28 Jul 2026 16:21:18 -0400 Subject: [PATCH] docs: document docker and kustomizer prerequisites for dev:up The dev:up checks themselves landed in #194, so this keeps only the README note telling contributors what to install beforehand. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2e4d571..a7b4c84 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,14 @@ mage test:all ## Development environment +The development environment requires [Docker](https://docs.docker.com/get-docker/) and +[kustomizer](https://github.com/stefanprodan/kustomizer) to be installed: + +```bash +brew install --cask docker +brew install stefanprodan/tap/kustomizer +``` + ```bash mage dev:up ```