From e12223574375a122aabff0e561597e9dc8f6692a Mon Sep 17 00:00:00 2001 From: Amir Benvenisti <128422269+starfleeth@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:27:37 -0700 Subject: [PATCH] Document Codex marketplace install in README The Temporal plugin is now published in the Codex plugin marketplace. Lead with the marketplace install steps (Codex app and Codex CLI) as the recommended path, and keep the repo-scoped flow as an alternative for installing locally through this repo. --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4af9b3e..6735dcf 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,27 @@ This repository provides an [OpenAI Codex plugin](https://developers.openai.com/ ## Installation -### Repo-scoped (recommended) +### Install from the Codex marketplace (recommended) -Add the plugin to an existing project so everyone on the repo gets access: +The Temporal plugin is published in the Codex plugin marketplace. + +**Codex app:** + +1. Open the plugins menu. +2. Search for **temporal**. +3. Click **+** (or **Add to Codex**) next to the plugin. + +**Codex CLI:** + +1. Run `/plugin`. +2. Search for **temporal**. +3. Mark it for installation. + +Restart Codex after installing. + +### Repo-scoped + +Install the plugin locally through this repo: 1. Clone this repo into your project root: