Add .npmignore, add install instructions to README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user