diff --git a/README.md b/README.md index 354af2463..1a5525e38 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,10 @@ Restart your agent (Claude Code / Cursor / Codex CLI / opencode / Hermes Agent / ### 3. Initialize Projects +The interactive installer in step 1 already initializes **the project you ran it in** (it runs `codegraph init` for you on a local install — see "Initialize your current project" above). For that project you can skip straight to step 2. + +To index **other** projects, run `codegraph init` in each one: + ```bash cd your-project codegraph init