Skip to content

Commit d2f83fe

Browse files
committed
docs: rename package to @dvaji/opencode-qwen-auth, recommend npm install
1 parent c4450b7 commit d2f83fe

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# opencode-qwencode-auth
1+
# @dvaji/opencode-qwen-auth
22

33
OpenCode plugin for Qwen Code OAuth authentication. Provides free access to Qwen Coder models through the official OAuth flow.
44

@@ -12,23 +12,23 @@ OpenCode plugin for Qwen Code OAuth authentication. Provides free access to Qwen
1212

1313
## Installation
1414

15-
### From Git Repository (Recommended)
15+
### From npm (Recommended)
1616

1717
Add to your OpenCode config (`~/.config/opencode/opencode.json`):
1818

1919
```json
2020
{
21-
"plugin": ["opencode-qwencode-auth@git+https://github.com/dvaJi/opencode-qwencode-auth.git"]
21+
"plugin": ["@dvaji/opencode-qwen-auth"]
2222
}
2323
```
2424

2525
OpenCode will automatically install and load the plugin at startup.
2626

27-
### From npm
27+
### From Git Repository (Alternative)
2828

2929
```json
3030
{
31-
"plugin": ["opencode-qwencode-auth"]
31+
"plugin": ["@dvaji/opencode-qwen-auth@git+https://github.com/dvaJi/opencode-qwencode-auth.git"]
3232
}
3333
```
3434

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "opencode-qwencode-auth",
2+
"name": "@dvaji/opencode-qwen-auth",
33
"module": "index.ts",
44
"version": "0.1.0",
55
"author": {

0 commit comments

Comments
 (0)