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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ Install once, use everywhere — the universal skills CLI wires ModelPort into C
npx skills add forkadarshp/MPort
```

*Alternatively, if you use multiple agents on the same machine:*
*Installing for every agent on your machine? Add `--agent '*'`:*

```bash
npx agent-skills-cli add forkadarshp/MPort
npx skills add forkadarshp/MPort --agent '*'
```

### Manual Installation (Advanced)
Expand Down
Loading