@openai/codex 0.48.0-alpha.1 → 0.48.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <p align="center"><code>npm i -g @openai/codex</code><br />or <code>brew install codex</code></p>
1
+ <p align="center"><code>npm i -g @openai/codex</code><br />or <code>brew install --cask codex</code></p>
2
2
 
3
3
  <p align="center"><strong>Codex CLI</strong> is a coding agent from OpenAI that runs locally on your computer.
4
4
  </br>
@@ -24,7 +24,7 @@ npm install -g @openai/codex
24
24
  Alternatively, if you use Homebrew:
25
25
 
26
26
  ```shell
27
- brew install codex
27
+ brew install --cask codex
28
28
  ```
29
29
 
30
30
  Then simply run `codex` to get started:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openai/codex",
3
- "version": "0.48.0-alpha.1",
3
+ "version": "0.48.0-alpha.2",
4
4
  "license": "Apache-2.0",
5
5
  "bin": {
6
6
  "codex": "bin/codex.js"