From cacb7c795c2ff06aa1efc08029ec37d8686d8ca1 Mon Sep 17 00:00:00 2001 From: lemon07r Date: Fri, 17 Apr 2026 13:50:27 -0400 Subject: [PATCH] docs: clarify manual plugin install path --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9e78ea8..e40c500 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ That installs the plugin through opencode and adds it to your global config. You If you prefer to edit config manually, add the package name to the `plugin` list in `~/.config/opencode/opencode.json` or a project-local `.opencode/opencode.json`: +No separate `bun add` step is required for this path. opencode resolves bare npm plugin names itself. + ```json { "$schema": "https://opencode.ai/config.json",