diff --git a/README.md b/README.md index 1a9800ee..f7afbd3a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ irm https://raw.githubusercontent.com/colbymchenry/codegraph/main/install.ps1 | Already have Node? Use npm instead (works on any version): ```bash -npm i -g @colbymchenry/codegraph +sudo npm i -g @colbymchenry/codegraph ``` CodeGraph bundles its own runtime — nothing to compile, no native build, works the same everywhere. The installer puts `codegraph` on your PATH but **doesn't change your current shell** — open a new terminal before the next step so the command resolves.