Skip to content

Commit decbf40

Browse files
authored
docs(readme.md): simplify installation step (#47)
1 parent 285d448 commit decbf40

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,11 @@ Most AI coding assistants respond to requests without structure or methodology.
5252

5353
### Installation
5454

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`):
55+
Add the plugin to your OpenCode configuration (`~/.config/opencode/opencode.json`):
6256

6357
```json
6458
{
65-
"plugins": ["@fro.bot/systematic"]
59+
"plugins": ["@fro.bot/systematic@latest"]
6660
}
6761
```
6862

0 commit comments

Comments
 (0)