Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ npx @mstuart/peek list
npm install -g @mstuart/peek
```

Prefer source? `git clone https://github.com/mstuart/peek.git && cd peek && npm install && npm run build && node dist/cli.js list`. Everything runs locally — no telemetry, session data never leaves your machine ([SECURITY.md](SECURITY.md)).
Prefer source? `git clone https://github.com/mstuart/peek.git && cd peek && npm ci && npm run build && node dist/cli.js list`. Everything runs locally — no telemetry, session data never leaves your machine ([SECURITY.md](SECURITY.md)).

```
harness session cwd started turns tokens cost compactions
Expand Down
Loading