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
5 changes: 2 additions & 3 deletions plugins/mcp/skills/setup-codemap-cli/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Store the user's choice and use the appropriate paths in subsequent steps.

## 2. Check if Codemap is already installed

Check whether codemap is installed by running `codemap --version` or `codemap --help`.
Check whether codemap is installed by running `codemap -help`.

If not installed, proceed with setup.

Expand Down Expand Up @@ -65,7 +65,6 @@ scoop install codemap
After installation, verify codemap works:

```bash
codemap --version
codemap .
```

Expand Down Expand Up @@ -241,4 +240,4 @@ codemap --diff
]
}
}
```
```