Skip to content

Commit c24a177

Browse files
committed
docs(comment-checker): document local installer
1 parent c107213 commit c24a177

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ From the marketplace root containing this plugin:
6767

6868
```bash
6969
codex plugin marketplace add /path/to/codex-plugins
70+
node /path/to/codex-plugins/scripts/install-local.mjs /path/to/codex-plugins
7071
```
7172

72-
If your local Codex build does not yet expose `codex plugin add`, install from the UI or copy the plugin into `~/.codex/plugins/cache/<marketplace>/codex-comment-checker/0.1.0` and enable:
73+
If your local Codex build exposes plugin install commands, you can install from the UI or CLI instead. For older local builds, the marketplace installer builds and copies the plugin into `~/.codex/plugins/cache/<marketplace>/codex-comment-checker/0.1.0`, installs runtime dependencies there, and enables:
7374

7475
```toml
7576
[plugins."codex-comment-checker@code-yeongyu-codex-plugins"]

0 commit comments

Comments
 (0)