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
```