diff --git a/README.md b/README.md index ed93d84..09f1f42 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ curl -fsSL https://raw.githubusercontent.com/colbymchenry/codegraph/main/install irm https://raw.githubusercontent.com/colbymchenry/codegraph/main/install.ps1 | iex ``` -Already have Node? Use npm instead (works on any version): +
+Already have Node? Use npm instead (works on any version) ```bash npm i -g @colbymchenry/codegraph @@ -63,6 +64,8 @@ npm i -g @colbymchenry/codegraph **Upgrade any time** with `codegraph upgrade` — it detects how you installed (bundle, npm, or npx) and updates in place. Add `--check` to see if an update is available, or `codegraph upgrade ` to pin one. +
+ ### 2. Wire up your agent(s) In a **new terminal**, run the installer to connect CodeGraph to the agents you use: