Fix next steps to use npx instead of global codegraph command
Users running via npx don't have the codegraph command installed globally. Update installer message and README to use npx @colbymchenry/codegraph init -i instead. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
c87c5487aa
commit
26f8f2f59f
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@colbymchenry/codegraph",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"description": "A local-first code intelligence system that builds a semantic knowledge graph from any codebase",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user