From c255451ac3169094e6d48c275e1e7466cfec0c21 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Sun, 1 Feb 2026 17:53:54 +0200 Subject: [PATCH] Move Quick Start section above Philosophy Co-Authored-By: Claude Opus 4.5 --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a6958f9..6c49f53 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,16 @@ NanoClaw gives you the same core functionality in a codebase you can understand in 8 minutes (with Claude Code explaining it). One Node.js process. A handful of files. Agents run in actual containers, not behind application-level permissions. +## Quick Start + +```bash +git clone https://github.com/anthropics/nanoclaw.git +cd nanoclaw +claude +``` + +Then run `/setup`. Claude Code handles everything: dependencies, authentication, container setup, service configuration. + ## Philosophy **Small enough to understand.** One process, a few source files. No microservices, no message queues, no abstraction layers. Have Claude Code walk you through it. @@ -30,16 +40,6 @@ NanoClaw gives you the same core functionality in a codebase you can understand **No ToS gray areas.** Because it uses Claude Agent SDK natively with no hacks or workarounds, using your subscription with your auth token is completely legitimate (I think). No risk of being shut down for terms of service violations (I am not a lawyer). -## Quick Start - -```bash -git clone https://github.com/anthropics/nanoclaw.git -cd nanoclaw -claude -``` - -Then run `/setup`. Claude Code handles everything: dependencies, authentication, container setup, service configuration. - ## What You Get - **WhatsApp I/O** - Message Claude from your phone