cli.md +4 −3
43 43
44 npm i -g @openai/codex@latestCopy44 npm i -g @openai/codex@latestCopy
45 45
4646The Codex CLI is available on macOS and Linux. Windows support isThe Codex CLI is available on macOS, Windows, and Linux. On Windows, run Codex
4747experimental. For the best Windows experience, use Codex in a WSL2 workspace natively in PowerShell with the Windows sandbox, or use WSL2 when you need a
4848and follow our [Windows setup guide](https://developers.openai.com/codex/windows).Linux-native environment. For setup details, see the
49[Windows setup guide](https://developers.openai.com/codex/windows).
49 50
50If you're new to Codex, read the [best practices guide](https://developers.openai.com/codex/learn/best-practices).51If you're new to Codex, read the [best practices guide](https://developers.openai.com/codex/learn/best-practices).
51 52