docs: refresh README under codex-rs (#4333)
This commit is contained in:
committed by
GitHub
parent
2719fdd12a
commit
a3254696c8
@@ -4,18 +4,18 @@ We provide Codex CLI as a standalone, native executable to ensure a zero-depende
|
|||||||
|
|
||||||
## Installing Codex
|
## Installing Codex
|
||||||
|
|
||||||
Today, the easiest way to install Codex is via `npm`, though we plan to publish Codex to other package managers soon.
|
Today, the easiest way to install Codex is via `npm`:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
npm i -g @openai/codex@native
|
npm i -g @openai/codex
|
||||||
codex
|
codex
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also download a platform-specific release directly from our [GitHub Releases](https://github.com/openai/codex/releases).
|
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).
|
||||||
|
|
||||||
## What's new in the Rust CLI
|
## What's new in the Rust CLI
|
||||||
|
|
||||||
While we are [working to close the gap between the TypeScript and Rust implementations of Codex CLI](https://github.com/openai/codex/issues/1262), note that the Rust CLI has a number of features that the TypeScript CLI does not!
|
The Rust implementation is now the maintained Codex CLI and serves as the default experience. It includes a number of features that the legacy TypeScript CLI never supported.
|
||||||
|
|
||||||
### Config
|
### Config
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user