Skip to content

Commit 79e26f5

Browse files
authored
Update README for clearer quick start instructions
Clarify installation instructions and MCP client integration.
1 parent 989df17 commit 79e26f5

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,16 @@ Agents are already excellent at using terminals, and can save thousands of token
3232

3333
## Quick Start
3434

35-
Install and run:
35+
Install and run from CLI:
3636

3737
```bash
38+
# install
3839
uv tool install kilntainers
39-
kilntainers # starts with defaults: stdio MCP server, Docker, and Debian-slim
40+
# starts with defaults: stdio MCP server, Docker, and Debian-slim (see options below)
41+
kilntainers
4042
```
4143

42-
Add to your MCP client (Claude Desktop, Cursor, etc.):
44+
Add to your MCP client (Claude, Cursor, etc.):
4345

4446
```json
4547
{

0 commit comments

Comments
 (0)