Skip to content

Commit 9aaf611

Browse files
authored
Revise Qwen Code CLI installation and usage instructions
Updated installation command and authentication steps in README.
1 parent a145753 commit 9aaf611

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ You need OAuth2 credentials from the official Qwen Code CLI.
3131

3232
1. **Install Qwen Code CLI**:
3333
```bash
34-
npm install -g @qwen-code/qwen-code
34+
npm install -g @qwen-code/qwen-code@latest
3535
```
3636

3737
2. **Start Qwen Code and authenticate**:
3838
```bash
39-
qwen-code
39+
qwen
4040
```
4141

4242
Select your preferred authentication method when prompted.
@@ -65,13 +65,6 @@ You need OAuth2 credentials from the official Qwen Code CLI.
6565
}
6666
```
6767

68-
#### Alternative: API Key Authentication
69-
70-
You can also configure API key authentication for client access:
71-
```bash
72-
export OPENAI_API_KEY="sk-your-secret-key-here"
73-
```
74-
7568
### Step 2: Create KV Namespace
7669

7770
```bash

0 commit comments

Comments
 (0)