From 6e43de4482e58a77ba247377915af09e65666419 Mon Sep 17 00:00:00 2001 From: Brett Kinny Date: Fri, 17 Apr 2026 19:59:39 +1000 Subject: [PATCH] docs: collapse Docker install section in README Converts the "Don't have Docker or Podman? One-line install" subsection into a collapsible
block so it's hidden by default, reducing visual noise for readers who already have a container runtime. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd10517..707b683 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ asks which to use. Override with `SQUAREBOX_RUNTIME=docker` or > have rough edges around volume mounts, SSH agent forwarding, or rebuild > flows — please file an issue if you hit one. -### Don't have Docker or Podman? One-line install +
+Don't have Docker or Podman? One-line install **macOS** (via [Homebrew](https://brew.sh)): @@ -50,6 +51,8 @@ Log out and back in (or run `newgrp docker`) so your shell picks up the new grou On macOS and Windows, start Docker Desktop once after install so the daemon is running before you continue. +
+ Install -------