From 49595b9c700e052902590c6e1bf079bab9f2f6d4 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Fri, 13 Mar 2026 11:48:10 +0200 Subject: [PATCH] fix: separate install commands into individual code blocks Allows each curl command to be copied independently without the comment line. Co-Authored-By: Claude Opus 4.6 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3443b92..51a9f95 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,13 @@

🐳 Now Running in Docker Sandboxes

Every agent gets its own isolated container inside a micro VM.
Hypervisor-level isolation. Millisecond startup. No complex setup.

+**macOS (Apple Silicon)** ```bash -# macOS (Apple Silicon) curl -fsSL https://nanoclaw.dev/install-docker-sandboxes.sh | bash +``` -# Windows (WSL) +**Windows (WSL)** +```bash curl -fsSL https://nanoclaw.dev/install-docker-sandboxes-windows.sh | bash ```