mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
use a general path
This commit is contained in:
@@ -7,7 +7,7 @@ This is a compact guide to build and validate the Codex network proxy locally.
|
||||
From the Codex repo:
|
||||
|
||||
```bash
|
||||
cd /Users/viyatb/code/codex/codex-rs
|
||||
cd codex/codex-rs
|
||||
cargo build -p codex-network-proxy
|
||||
```
|
||||
|
||||
@@ -44,7 +44,7 @@ enabled = false
|
||||
## Run the proxy
|
||||
|
||||
```bash
|
||||
cd /Users/viyatb/code/codex/codex-rs
|
||||
cd codex/codex-rs
|
||||
cargo run -p codex-network-proxy -- proxy
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user