docs: add Windows (WSL2) to supported platforms

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
glifocat
2026-03-24 10:48:18 +01:00
parent 01b6258f59
commit 8dcc70cf5c
2 changed files with 4 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ Skills we'd like to see:
## Requirements
- macOS or Linux
- macOS, Linux, or Windows (via WSL2)
- Node.js 20+
- [Claude Code](https://claude.ai/download)
- [Apple Container](https://github.com/apple/container) (macOS) or [Docker](https://docker.com/products/docker-desktop) (macOS/Linux)
@@ -154,9 +154,9 @@ Key files:
Docker provides cross-platform support (macOS, Linux and even Windows via WSL2) and a mature ecosystem. On macOS, you can optionally switch to Apple Container via `/convert-to-apple-container` for a lighter-weight native runtime. For additional isolation, [Docker Sandboxes](docs/docker-sandboxes.md) run each container inside a micro VM.
**Can I run this on Linux?**
**Can I run this on Linux or Windows?**
Yes. Docker is the default runtime and works on both macOS and Linux. Just run `/setup`.
Yes. Docker is the default runtime and works on macOS, Linux, and Windows (via WSL2). Just run `/setup`.
**Is this secure?**

View File

@@ -166,7 +166,7 @@ A personal Claude assistant accessible via messaging, with minimal custom code.
- `/update-nanoclaw` - Pull upstream changes, merge with customizations
### Deployment
- Runs on macOS (launchd) or Linux (systemd)
- Runs on macOS (launchd), Linux (systemd), or Windows (WSL2)
- Single Node.js process handles everything
---