Update Homebrew install instructions to use cask (#5377)
## Summary - update the README install snippets to use `brew install --cask codex` - mirror the same change in the Rust CLI README Address #5317 https://chatgpt.com/codex/tasks/task_i_68f65682543083269254cd64d290df28 --------- Co-authored-by: pakrym-oai <pakrym@openai.com>
This commit is contained in:
@@ -11,7 +11,7 @@ npm i -g @openai/codex
|
||||
codex
|
||||
```
|
||||
|
||||
You can also install via Homebrew (`brew install codex`) or download a platform-specific release directly from our [GitHub Releases](https://github.com/openai/codex/releases).
|
||||
You can also install via Homebrew (`brew install --cask codex`) or download a platform-specific release directly from our [GitHub Releases](https://github.com/openai/codex/releases).
|
||||
|
||||
## Documentation quickstart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user