Skip to content

Commit 23c8c12

Browse files
docs: add explicit installation section to README
1 parent a4fa542 commit 23c8c12

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,31 @@ If your workflow is "ask, verify, cite, and iterate", this is the server built f
3636

3737
## Quick Start
3838

39+
## Installation
40+
41+
### Option 1: Global install (recommended)
42+
43+
```bash
44+
npm install -g @onestepat4time/mcp-comet
45+
```
46+
47+
### Option 2: Run without install
48+
49+
```bash
50+
npx -y @onestepat4time/mcp-comet
51+
```
52+
53+
### Option 3: Local development
54+
55+
```bash
56+
git clone https://github.com/OneStepAt4time/mcp-comet.git
57+
cd mcp-comet
58+
npm ci
59+
npm run build
60+
```
61+
62+
---
63+
3964
### 1. Prerequisites
4065

4166
- Node.js >= 18

0 commit comments

Comments
 (0)