fix: simplify codex installer platform labels

This commit is contained in:
Edward Frazer
2026-03-02 17:51:45 -08:00
parent ce63bf7391
commit 9783bb9067
3 changed files with 6 additions and 6 deletions

View File

@@ -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"
```

View File

@@ -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"
```

View File

@@ -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"
```