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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ Install plugins directly from this curated list by pointing Codex at the repo ma
```bash
# Add this repo as a marketplace source (one-time setup)
codex plugin marketplace add \
"https://github.com/hashgraph-online/awesome-codex-plugins.git" \
--ref main \
--sparse .agents/plugins \
--sparse plugins
'https://github.com/hashgraph-online/awesome-codex-plugins.git' \
--ref 'main' \
--sparse '.agents/plugins' \
--sparse 'plugins'

# Then browse and install (the marketplace name is derived from the repo name)
codex plugin list --source awesome-codex-plugins
Expand Down
Loading