Skip to content

Commit fbacbb0

Browse files
committed
readme: add npm install path + live npm version badge
1 parent 39cfe2e commit fbacbb0

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<a href="https://github.com/hunchom/claude-code-ssh/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-informational?style=flat-square" alt="license"/></a>
1212
<img src="https://img.shields.io/badge/node-%E2%89%A518-informational?style=flat-square" alt="node 18+"/>
1313
<img src="https://img.shields.io/badge/mcp-server-FF6B1A?style=flat-square" alt="mcp server"/>
14-
<a href="https://github.com/hunchom/claude-code-ssh/releases"><img src="https://img.shields.io/github/v/tag/hunchom/claude-code-ssh?label=version&style=flat-square" alt="version"/></a>
14+
<a href="https://www.npmjs.com/package/claude-code-ssh"><img src="https://img.shields.io/npm/v/claude-code-ssh?style=flat-square&color=cb3837&label=npm" alt="npm version"/></a>
1515
</p>
1616

1717
<p align="center">
@@ -127,6 +127,17 @@ flowchart LR
127127

128128
## Install
129129

130+
**From npm** ([`claude-code-ssh`](https://www.npmjs.com/package/claude-code-ssh)):
131+
132+
```bash
133+
npm install -g claude-code-ssh
134+
cp $(npm root -g)/claude-code-ssh/.env.example ~/.claude-code-ssh.env
135+
# edit ~/.claude-code-ssh.env with your servers, then:
136+
claude mcp add ssh-manager claude-code-ssh
137+
```
138+
139+
**From source** (for development or hacking on the tools):
140+
130141
```bash
131142
git clone https://github.com/hunchom/claude-code-ssh
132143
cd claude-code-ssh

0 commit comments

Comments
 (0)