add(readme): IDE (#3494)

update copy in readme to add link to IDE
This commit is contained in:
Fouad Matin
2025-09-11 17:46:20 -07:00
committed by GitHub
parent 3b5a5412bb
commit 6ccd32c601

View File

@@ -2,7 +2,10 @@
<p align="center"><code>npm i -g @openai/codex</code><br />or <code>brew install codex</code></p> <p align="center"><code>npm i -g @openai/codex</code><br />or <code>brew install codex</code></p>
<p align="center"><strong>Codex CLI</strong> is a coding agent from OpenAI that runs locally on your computer.</br>If you are looking for the <em>cloud-based agent</em> from OpenAI, <strong>Codex Web</strong>, see <a href="https://chatgpt.com/codex">chatgpt.com/codex</a>.</p> <p align="center"><strong>Codex CLI</strong> is a coding agent from OpenAI that runs locally on your computer.
</br>
</br>If you want Codex in your code editor (VS Code, Cursor, Windsurf), <a href="https://developers.openai.com/codex/ide">install in your IDE</a>
</br>If you are looking for the <em>cloud-based agent</em> from OpenAI, <strong>Codex Web</strong>, go to <a href="https://chatgpt.com/codex">chatgpt.com/codex</a></p>
<p align="center"> <p align="center">
<img src="./.github/codex-cli-splash.png" alt="Codex CLI splash" width="80%" /> <img src="./.github/codex-cli-splash.png" alt="Codex CLI splash" width="80%" />