Skip to content

Commit 45be2cd

Browse files
committed
docs: simplify installation instructions
1 parent 319191d commit 45be2cd

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,7 @@ Install with the OpenCode CLI:
1515
opencode plugin @tarquinen/opencode-dcp@beta --global
1616
```
1717

18-
This installs the package and adds it to your global OpenCode config files.
19-
20-
Or add it to your OpenCode configs manually:
21-
22-
```jsonc
23-
// opencode.jsonc
24-
{
25-
"plugin": ["@tarquinen/opencode-dcp@beta"],
26-
}
27-
```
28-
29-
```jsonc
30-
// tui.jsonc
31-
{
32-
"plugin": ["@tarquinen/opencode-dcp@beta"],
33-
}
34-
```
35-
36-
Using `@beta` keeps you on the current prerelease channel when OpenCode starts.
37-
38-
Restart OpenCode. The plugin will automatically start optimizing your sessions.
18+
This installs the package and adds it to your global OpenCode config.
3919

4020
## How It Works
4121

0 commit comments

Comments
 (0)