Skip to content

Commit a823684

Browse files
author
Kahfi Elhady
committed
fix installation step causing EEXIST
1 parent 57b2591 commit a823684

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Codex CLI-first multi-account OAuth manager for the official `@openai/codex` CLI
5050
### Option A: Standard install
5151

5252
```bash
53-
npm i -g @openai/codex
5453
npm i -g codex-multi-auth
5554
```
5655

@@ -75,18 +74,16 @@ codex auth status
7574

7675
### Step-by-step
7776

78-
1. Install global packages:
79-
- `npm i -g @openai/codex`
77+
1. Install global package:
8078
- `npm i -g codex-multi-auth`
8179
2. Run first login flow with `codex auth login`
82-
3. Validate state with `codex auth list` and `codex auth check`
80+
3. Validate state with `codex auth status` and `codex auth check`
8381
4. Confirm routing with `codex auth forecast --live`
8482

8583
### Verification
8684

8785
```bash
8886
codex auth status
89-
codex auth list
9087
codex auth check
9188
```
9289

@@ -98,7 +95,7 @@ codex auth check
9895

9996
```bash
10097
codex auth login
101-
codex auth list
98+
codex auth status
10299
codex auth check
103100
codex auth forecast --live
104101
```

0 commit comments

Comments
 (0)