Skip to content

Commit 00b2989

Browse files
colbymchenryclaude
andauthored
docs(readme): add Initialize Projects snippet to Get Started (colbymchenry#145)
The top-level Get Started section showed the install command but not the per-project init step. Adding the same `cd your-project / codegraph init -i` block that lives in Quick Start so users see the full happy path before scrolling. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 181b180 commit 00b2989

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ npx @colbymchenry/codegraph
2626

2727
![1_C_VYnhpys0UHrOuOgpgoyw](https://github.com/user-attachments/assets/f168182f-4d9a-44e0-94d7-08d018cc8a3a)
2828

29+
#### Initialize Projects
30+
31+
```bash
32+
cd your-project
33+
codegraph init -i
34+
```
35+
2936
</div>
3037

3138
---

0 commit comments

Comments
 (0)