mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
fix: simplify codex installer platform labels
This commit is contained in:
@@ -17,12 +17,12 @@ If you want Codex in your code editor (VS Code, Cursor, Windsurf), <a href="http
|
||||
Install with the native installer for your platform:
|
||||
|
||||
```shell
|
||||
# macOS or Linux
|
||||
# Mac + Linux
|
||||
curl -fsSL https://chatgpt.com/codex/install.sh | sh
|
||||
```
|
||||
|
||||
```powershell
|
||||
# Windows (PowerShell)
|
||||
# Windows
|
||||
powershell -c "irm https://chatgpt.com/codex/install.ps1|iex"
|
||||
```
|
||||
|
||||
|
||||
@@ -7,12 +7,12 @@ We provide Codex CLI as a standalone, native executable to ensure a zero-depende
|
||||
The easiest way to install Codex is with the native installer for your platform:
|
||||
|
||||
```bash
|
||||
# macOS or Linux
|
||||
# Mac + Linux
|
||||
curl -fsSL https://chatgpt.com/codex/install.sh | sh
|
||||
```
|
||||
|
||||
```powershell
|
||||
# Windows (PowerShell)
|
||||
# Windows
|
||||
powershell -c "irm https://chatgpt.com/codex/install.ps1|iex"
|
||||
```
|
||||
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
Use the native installer for your platform:
|
||||
|
||||
```bash
|
||||
# macOS or Linux
|
||||
# Mac + Linux
|
||||
curl -fsSL https://chatgpt.com/codex/install.sh | sh
|
||||
```
|
||||
|
||||
```powershell
|
||||
# Windows (PowerShell)
|
||||
# Windows
|
||||
powershell -c "irm https://chatgpt.com/codex/install.ps1|iex"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user