From 06e03758afa9f637eebee31ad1596e0948dbb87c Mon Sep 17 00:00:00 2001 From: Colby Mchenry Date: Fri, 12 Jun 2026 18:01:12 -0500 Subject: [PATCH] docs(readme): collapse the npm-install alternative into a details section (#844) Co-authored-by: Claude Opus 4.8 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: