Codex docs: update repo install docs for native installers#13283
Codex docs: update repo install docs for native installers#13283efrazer-oai wants to merge 6 commits intomainfrom
Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ad4cf0e5ec
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <p align="center">Lightweight coding agent that runs in your terminal</p> | ||
|
|
||
| <p align="center"><code>npm i -g @openai/codex</code></p> | ||
| <p align="center"><code>curl -fsSL https://chatgpt.com/codex/install.sh | sh</code><br /><code>powershell -c "irm https://chatgpt.com/codex/install.ps1|iex"</code></p> |
There was a problem hiding this comment.
Align Windows support guidance in this README
This line promotes a native Windows PowerShell install path, but the same file still says Windows is only supported via WSL2 (System requirements and the FAQ "Does it work on Windows?"). The contradiction can mislead users about platform support and which setup to follow. Update the remaining Windows/WSL text to match the new native-installer guidance.
Useful? React with 👍 / 👎.
|
Closing this pull request because it has had no updates for more than 14 days. If you plan to continue working on it, feel free to reopen or open a new PR. |
Summary
We're migrating to native curl and powershell install commands. This PR updates our documentation to prioritize native CLI install commands over package manager install commands.
We keep npm and Homebrew documented as fallback install methods instead of the primary path.