docs: add Windows (WSL2) to supported platforms
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -122,7 +122,7 @@ Skills we'd like to see:
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- macOS or Linux
|
- macOS, Linux, or Windows (via WSL2)
|
||||||
- Node.js 20+
|
- Node.js 20+
|
||||||
- [Claude Code](https://claude.ai/download)
|
- [Claude Code](https://claude.ai/download)
|
||||||
- [Apple Container](https://github.com/apple/container) (macOS) or [Docker](https://docker.com/products/docker-desktop) (macOS/Linux)
|
- [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.
|
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?**
|
**Is this secure?**
|
||||||
|
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ A personal Claude assistant accessible via messaging, with minimal custom code.
|
|||||||
- `/update-nanoclaw` - Pull upstream changes, merge with customizations
|
- `/update-nanoclaw` - Pull upstream changes, merge with customizations
|
||||||
|
|
||||||
### Deployment
|
### Deployment
|
||||||
- Runs on macOS (launchd) or Linux (systemd)
|
- Runs on macOS (launchd), Linux (systemd), or Windows (WSL2)
|
||||||
- Single Node.js process handles everything
|
- Single Node.js process handles everything
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user