From e38edc4aba4b3cbe8559fb2472f5facd5b38211b Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Thu, 30 Jul 2026 11:13:28 +0000 Subject: [PATCH] docs: update README for v0.20.0 Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f6ae5d7..7d3900de 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ See [Installation](#installation) for other install methods. ## Prerequisites -- [Docker](https://docs.docker.com/get-docker/) — required as a container engine. +- A Docker-API-compatible container engine — [Docker](https://docs.docker.com/get-docker/), Rancher Desktop, Colima, OrbStack, Lima, and Podman are all auto-detected; see [container runtimes](docs/container-runtimes.md) for details. - [LocalStack account](https://app.localstack.cloud) — required for credentials, the CLI will guide you through authentication. ## Installation