docs: add tag to fenced code block (#30851)

Now consistent with the other examples and the syntax highlighting is
improved.
This commit is contained in:
Michael Bolin
2026-07-01 10:59:02 -07:00
committed by GitHub
parent db887d03e1
commit d059658ad1

View File

@@ -21,7 +21,7 @@ curl -fsSL https://chatgpt.com/codex/install.sh | sh
Run the following on Windows to install Codex CLI:
```
```shell
powershell -ExecutionPolicy ByPass -c "irm https://chatgpt.com/codex/install.ps1 | iex"
```