Add .npmignore, add install instructions to README

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 21:04:37 +00:00
parent 50f49c366a
commit ca7ae930cc
2 changed files with 10 additions and 1 deletions

View File

@@ -21,10 +21,17 @@ A supervised action bridge between Claude Code and the host system. Claude reque
---
## Setup
## Install
```bash
# Global install from Gitea
npm install -g git+https://gitea.efforting.tech/mikael-lovqvists-claude-agent/claude-code-conduit.git
# Or clone and link locally
git clone git@git.efforting.tech:mikael-lovqvists-claude-agent/claude-code-conduit.git
cd claude-code-conduit
npm install
npm link
```
### Generate secrets