Document --prefix ~/.local install for unprivileged environments

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-24 23:33:37 +00:00
parent 5f4dc206b7
commit aec161533f

View File

@@ -41,8 +41,15 @@ Adding a new output format only requires a new renderer.
npm install -g git+https://gitea.efforting.tech/mikael-lovqvists-claude-agent/claude-kicad-helper.git npm install -g git+https://gitea.efforting.tech/mikael-lovqvists-claude-agent/claude-kicad-helper.git
``` ```
This installs the `kicad-query` command globally. Requires Node.js 18+, no If you don't have write access to the global `node_modules` (e.g. in a
other dependencies. container or without sudo), install to your home directory instead:
```
npm install -g --prefix ~/.local git+https://gitea.efforting.tech/mikael-lovqvists-claude-agent/claude-kicad-helper.git
```
Make sure `~/.local/bin` is on your `PATH`. Requires Node.js 18+, no other
dependencies.
## Usage ## Usage