Skip to content

Commit a7f6c83

Browse files
committed
fix(readme): correct codex marketplace install command
Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
1 parent af1fca2 commit a7f6c83

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,20 @@ Install plugins directly from this curated list by pointing Codex at the repo ma
6363
```bash
6464
# Add this repo as a marketplace source (one-time setup)
6565
codex plugin marketplace add \
66-
"https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/main/.agents/plugins/marketplace.json"
66+
https://github.com/hashgraph-online/awesome-codex-plugins.git \
67+
--ref main \
68+
--sparse .agents/plugins \
69+
--sparse plugins
6770

6871
# Then browse and install (the marketplace name is derived from the repo name)
6972
codex plugin list --source awesome-codex-plugins
7073
codex plugin install <plugin-name> --source awesome-codex-plugins
7174
```
7275

76+
Do not use the raw `marketplace.json` URL with `codex plugin marketplace add`.
77+
The Codex marketplace command clones a Git repository, so a raw GitHub file URL is
78+
treated like a repo URL and fails with `remote: 404: Not Found`.
79+
7380
**Desktop App / IDE Extension:**
7481
1. Open Codex settings → Plugins → Next to search plugins input click on menu and select → `+Add More...`
7582
<img width="1462" height="466" alt="image" src="https://github.com/user-attachments/assets/ae15f505-58a8-4199-bb7b-56a07b670b10" />

0 commit comments

Comments
 (0)