Преглед изворни кода

docs(readme): add Initialize Projects snippet to Get Started

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>
Colby McHenry пре 1 месец
родитељ
комит
6a129cf332
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -26,6 +26,13 @@ npx @colbymchenry/codegraph
 
 ![1_C_VYnhpys0UHrOuOgpgoyw](https://github.com/user-attachments/assets/f168182f-4d9a-44e0-94d7-08d018cc8a3a)
 
+#### Initialize Projects
+
+```bash
+cd your-project
+codegraph init -i
+```
+
 </div>
 
 ---