docs(readme): add Initialize Projects snippet to Get Started (#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>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
181b180881
commit
00b298966f
@@ -26,6 +26,13 @@ npx @colbymchenry/codegraph
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
#### Initialize Projects
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd your-project
|
||||||
|
codegraph init -i
|
||||||
|
```
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user