From c488bed98ed4320663067931fd10383d8ec2fbb3 Mon Sep 17 00:00:00 2001 From: Jiayuan Zhang Date: Tue, 27 Jan 2026 11:59:17 +0800 Subject: [PATCH] Add install instructions for new and existing projects --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5b2275..6e6c092 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,18 @@ Four principles in one file: | **Surgical Changes** | Orthogonal edits, touching code you shouldn't | | **Goal-Driven Execution** | Leverage through tests-first, verifiable success criteria | -## Usage +## Install -Copy `CLAUDE.md` to your project root. Claude Code reads it automatically. +**New project (no existing CLAUDE.md):** +```bash +curl -o CLAUDE.md https://raw.githubusercontent.com/forrestchang/andrej-karpthy-skills/main/CLAUDE.md +``` + +**Existing project (append to your CLAUDE.md):** +```bash +echo "" >> CLAUDE.md +curl https://raw.githubusercontent.com/forrestchang/andrej-karpthy-skills/main/CLAUDE.md >> CLAUDE.md +``` ## Key Insight