We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285d448 commit decbf40Copy full SHA for decbf40
1 file changed
README.md
@@ -52,17 +52,11 @@ Most AI coding assistants respond to requests without structure or methodology.
52
53
### Installation
54
55
-Install the plugin via npm:
56
-
57
-```bash
58
-npm install @fro.bot/systematic
59
-```
60
61
-Add it to your OpenCode configuration (`~/.config/opencode/opencode.json`):
+Add the plugin to your OpenCode configuration (`~/.config/opencode/opencode.json`):
62
63
```json
64
{
65
- "plugins": ["@fro.bot/systematic"]
+ "plugins": ["@fro.bot/systematic@latest"]
66
}
67
```
68
0 commit comments