0
0
Fork 0

docs(README): drop the no-postinstall-banner footnote

This commit is contained in:
Karstein Phobic Nyvold Kvistad 2026-04-27 20:51:34 +02:00
parent 1145fdc32e
commit 282b261d2f

View file

@ -61,8 +61,6 @@ The snippet is JSON with `//` comment headers — strip the comments before pars
**4. Restart Claude Code** so it re-reads the MCP config.
> *Note: there's no post-install banner — npm 7+ runs lifecycle scripts in the background and suppresses their stdout/stderr by default ([npm docs](https://docs.npmjs.com/cli/v11/using-npm/scripts)). The `--print-config` step above is the post-install workflow. Power users can opt in to lifecycle stdout with `npm install -g codesys-mcp-sp21-plus --foreground-scripts`, but there's nothing to print.*
See [Installation](#installation) for source-install / upgrade / multi-install setups.
---