|
|
@@ -19,9 +19,9 @@
|
|
|
[](#)
|
|
|
[](#)
|
|
|
|
|
|
-<br />
|
|
|
+</div>
|
|
|
|
|
|
-### Get Started
|
|
|
+## Get Started
|
|
|
|
|
|
**No Node.js required** — one command grabs the right build for your OS:
|
|
|
|
|
|
@@ -40,15 +40,17 @@ npx @colbymchenry/codegraph # zero-install, or:
|
|
|
npm i -g @colbymchenry/codegraph
|
|
|
```
|
|
|
|
|
|
-<sub>CodeGraph bundles its own runtime — nothing to compile, no native build, works the same everywhere.<br />The interactive installer auto-configures your agent(s) — Claude Code, Cursor, Codex CLI, opencode.</sub>
|
|
|
+<sub>CodeGraph bundles its own runtime — nothing to compile, no native build, works the same everywhere. The interactive installer auto-configures your agent(s) — Claude Code, Cursor, Codex CLI, opencode.</sub>
|
|
|
|
|
|
-#### Initialize Projects
|
|
|
+### Initialize Projects
|
|
|
|
|
|
```bash
|
|
|
cd your-project
|
|
|
codegraph init -i
|
|
|
```
|
|
|
|
|
|
+<div align="center">
|
|
|
+
|
|
|

|
|
|
|
|
|
</div>
|