Skip to content

Commit c4e9331

Browse files
authored
Use bun i
Makes more sense to use `bun i` since OC will run bun install
1 parent 2d5e87e commit c4e9331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add this to your shell profile (`~/.zshrc`, `~/.bashrc`, etc.) so it persists.
3131

3232
```bash
3333
cd ~/.config/opencode
34-
npm i @morphllm/opencode-morph-plugin
34+
bun i @morphllm/opencode-morph-plugin
3535
```
3636

3737
### 3. Register in opencode.json

0 commit comments

Comments
 (0)